Temporarily disable i686 binaries so that amd64 binaries at least will get published
This commit is contained in:
parent
17a8c79e21
commit
1ebe7b01bc
1 changed files with 4 additions and 1 deletions
5
.github/workflows/deploy.yml
vendored
5
.github/workflows/deploy.yml
vendored
|
|
@ -11,7 +11,10 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
conf: [x86_64, i686]
|
||||
conf: [x86_64]
|
||||
# Temporarily disable i686 binaries, they are failing on linking libdeflate
|
||||
# and I don't have a Windows machine set up to experiment with fixing it.
|
||||
# conf: [x86_64, i686]
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue