mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #523] Please publish *-musl.deb for supported architectures #231
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pro-sumer on GitHub (Aug 14, 2025).
Original GitHub issue: https://github.com/bootandy/dust/issues/523
Can you please build & publish
*-musl.debfiles for supported architectures?Then https://apt.cli.rs can include your binaries and I can easier keep them up-to-date on my Raspberry Pi's and VPS.
@bootandy commented on GitHub (Oct 6, 2025):
Yeah at some point I'll look at this, I don't like touching the build much so if you want to look at
.github/workflows/CICD.ymlplease do.@bootandy commented on GitHub (Jan 9, 2026):
Are we already publishing musl.deb files ? - the CI has this line in the debian build:
if: matrix.job.target == 'i686-unknown-linux-musl' || matrix.job.target == 'x86_64-unknown-linux-musl'https://github.com/bootandy/dust/blame/master/.github/workflows/CICD.yml#L283
@bootandy commented on GitHub (Jan 9, 2026):
I'm going to close this, reopen if there is an issue.