Browse and listen to thousands of radio stations across the globe right from your terminal ๐ŸŒŽ ๐Ÿ“ป ๐ŸŽตโœจ
radio rust tokio web-radio command-line-tool tui

ci: fix release

+14
+14
.fluentci/src/dagger/jobs.ts
··· 70 "libasound2:armhf", 71 "libasound2-dev:armhf", 72 "libdbus-1-dev:armhf", 73 "libasound2:arm64", 74 "libasound2-dev:arm64", 75 "libdbus-1-dev:arm64", 76 ]) 77 .withExec([ 78 "dpkg", ··· 107 .withExec([ 108 "dpkg", 109 "-x", 110 "libdbus-1-dev_1.12.28-0+deb11u1_arm64.deb", 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 })