Experimentally add 32-bit Windows builds to CI
This commit is contained in:
parent
70d87fdf8b
commit
805034b891
1 changed files with 3 additions and 0 deletions
3
.github/workflows/oxipng.yml
vendored
3
.github/workflows/oxipng.yml
vendored
|
|
@ -27,6 +27,7 @@ jobs:
|
|||
- aarch64-unknown-linux-gnu
|
||||
- aarch64-unknown-linux-musl
|
||||
- x86_64-pc-windows-msvc
|
||||
- i686-pc-windows-msvc
|
||||
- x86_64-apple-darwin
|
||||
- aarch64-apple-darwin
|
||||
|
||||
|
|
@ -45,6 +46,8 @@ jobs:
|
|||
target-apt-arch: arm64
|
||||
- target: x86_64-pc-windows-msvc
|
||||
os: windows-latest
|
||||
- target: i686-pc-windows-msvc
|
||||
os: windows-latest
|
||||
- target: x86_64-apple-darwin
|
||||
os: macos-latest
|
||||
- target: aarch64-apple-darwin
|
||||
|
|
|
|||
Loading…
Reference in a new issue