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
60757bbd
c31897ef
0/1
fmt.yml
pending
6mo ago
+4
-4
1 changed file
expand all
collapse all
unified
split
.fluentci
src
dagger
jobs.ts
+4
-4
.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
73
+
"libdbus-1-3:armhf",
74
74
"libasound2:arm64",
75
75
"libasound2-dev:arm64",
76
76
"libdbus-1-dev:arm64",
77
77
-
"libdbus-1:arm64",
77
77
+
"libdbus-1-3:arm64",
78
78
])
79
79
.withExec([
80
80
"dpkg",
···
109
109
.withExec([
110
110
"dpkg",
111
111
"-x",
112
112
-
"libdbus-1_1.12.28-0+deb11u1_armhf.deb",
112
112
+
"libdbus-1-3_1.12.28-0+deb11u1_armhf.deb",
113
113
"/build/sysroot/",
114
114
])
115
115
.withExec([
···
121
121
.withExec([
122
122
"dpkg",
123
123
"-x",
124
124
-
"libdbus-1_1.12.28-0+deb11u1_arm64.deb",
124
124
+
"libdbus-1-3_1.12.28-0+deb11u1_arm64.deb",
125
125
"/build/sysroot/",
126
126
])
127
127
.withDirectory("/app", context, { exclude })