Disable musl builds for the time being

This commit is contained in:
Marty Oehme 2025-03-04 21:53:51 +01:00
parent a4e4ff51d4
commit 5fbc0b484b
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

@ -23,7 +23,9 @@ jobs:
strategy:
max-parallel: 1
matrix:
arch: [x86_64, x86_64-musl]
arch:
- x86_64
# - x86_64-musl
pkg: ${{fromJSON(needs.changedpkgs.outputs.matrix)}}
env:
XBPS_PASSPHRASE: ${{ secrets.SIGN_PASS }}