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
"libasound2:armhf",
71
"libasound2-dev:armhf",
72
"libdbus-1-dev:armhf",
0
73
"libasound2:arm64",
74
"libasound2-dev:arm64",
75
"libdbus-1-dev:arm64",
0
76
])
77
.withExec([
78
"dpkg",
···
107
.withExec([
108
"dpkg",
109
"-x",
0
0
0
0
0
0
110
"libdbus-1-dev_1.12.28-0+deb11u1_arm64.deb",
0
0
0
0
0
0
111
"/build/sysroot/",
112
])
113
.withDirectory("/app", context, { exclude })
···
70
"libasound2:armhf",
71
"libasound2-dev:armhf",
72
"libdbus-1-dev:armhf",
73
+
"libdbus-1:armhf",
74
"libasound2:arm64",
75
"libasound2-dev:arm64",
76
"libdbus-1-dev:arm64",
77
+
"libdbus-1:arm64",
78
])
79
.withExec([
80
"dpkg",
···
109
.withExec([
110
"dpkg",
111
"-x",
112
+
"libdbus-1_1.12.28-0+deb11u1_armhf.deb",
113
+
"/build/sysroot/",
114
+
])
115
+
.withExec([
116
+
"dpkg",
117
+
"-x",
118
"libdbus-1-dev_1.12.28-0+deb11u1_arm64.deb",
119
+
"/build/sysroot/",
120
+
])
121
+
.withExec([
122
+
"dpkg",
123
+
"-x",
124
+
"libdbus-1_1.12.28-0+deb11u1_arm64.deb",
125
"/build/sysroot/",
126
])
127
.withDirectory("/app", context, { exclude })