tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
tunein-cli
6
fork
atom
Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
radio
rust
tokio
web-radio
command-line-tool
tui
6
fork
atom
overview
issues
pulls
pipelines
ci: fix release
tsiry-sandratraina.com
6 months ago
c31897ef
f779ce66
0/1
fmt.yml
pending
6mo ago
+14
1 changed file
expand all
collapse all
unified
split
.fluentci
src
dagger
jobs.ts
+14
.fluentci/src/dagger/jobs.ts
···
70
70
"libasound2:armhf",
71
71
"libasound2-dev:armhf",
72
72
"libdbus-1-dev:armhf",
73
73
+
"libdbus-1:armhf",
73
74
"libasound2:arm64",
74
75
"libasound2-dev:arm64",
75
76
"libdbus-1-dev:arm64",
77
77
+
"libdbus-1:arm64",
76
78
])
77
79
.withExec([
78
80
"dpkg",
···
107
109
.withExec([
108
110
"dpkg",
109
111
"-x",
112
112
+
"libdbus-1_1.12.28-0+deb11u1_armhf.deb",
113
113
+
"/build/sysroot/",
114
114
+
])
115
115
+
.withExec([
116
116
+
"dpkg",
117
117
+
"-x",
110
118
"libdbus-1-dev_1.12.28-0+deb11u1_arm64.deb",
119
119
+
"/build/sysroot/",
120
120
+
])
121
121
+
.withExec([
122
122
+
"dpkg",
123
123
+
"-x",
124
124
+
"libdbus-1_1.12.28-0+deb11u1_arm64.deb",
111
125
"/build/sysroot/",
112
126
])
113
127
.withDirectory("/app", context, { exclude })