[GH-ISSUE #523] Please publish *-musl.deb for supported architectures #231

Closed
opened 2026-06-08 11:26:15 +03:00 by zhus · 3 comments
Owner

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.deb files 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.

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.deb` files 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.
zhus added the help wanted label 2026-06-08 11:26:15 +03:00
zhus closed this issue 2026-06-08 11:26:15 +03:00
Author
Owner

@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.yml please do.

<!-- gh-comment-id:3373518044 --> @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.yml` please do.
Author
Owner

@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

<!-- gh-comment-id:3726159650 --> @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
Author
Owner

@bootandy commented on GitHub (Jan 9, 2026):

I'm going to close this, reopen if there is an issue.

<!-- gh-comment-id:3726359327 --> @bootandy commented on GitHub (Jan 9, 2026): I'm going to close this, reopen if there is an issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#231