Disable musl builds for the time being
This commit is contained in:
parent
a4e4ff51d4
commit
5fbc0b484b
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
@ -23,7 +23,9 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
arch: [x86_64, x86_64-musl]
|
arch:
|
||||||
|
- x86_64
|
||||||
|
# - x86_64-musl
|
||||||
pkg: ${{fromJSON(needs.changedpkgs.outputs.matrix)}}
|
pkg: ${{fromJSON(needs.changedpkgs.outputs.matrix)}}
|
||||||
env:
|
env:
|
||||||
XBPS_PASSPHRASE: ${{ secrets.SIGN_PASS }}
|
XBPS_PASSPHRASE: ${{ secrets.SIGN_PASS }}
|
||||||
|
|
Loading…
Reference in a new issue