Skip to content

Commit

Permalink
Experimentally add 32-bit Windows builds to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexTMjugador committed Jul 22, 2023
1 parent b99ffa7 commit 0bd7526
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/oxipng.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit 0bd7526

Please sign in to comment.