Add 32-bit windows objdiff-cli build (#102)

* Revert "Add 32-bit windows builds (#101)"

This reverts commit bc687173c0.

* Add 32-bit objdiff-cli build
This commit is contained in:
Robin Lambertz 2024-09-07 03:25:18 +02:00 committed by GitHub
parent 0221a2d54d
commit 7d0d7df54c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -142,6 +142,11 @@ jobs:
name: linux-armv7l
build: zigbuild
features: default
- platform: windows-latest
target: i686-pc-windows-msvc
name: windows-x86
build: build
features: default
- platform: windows-latest
target: x86_64-pc-windows-msvc
name: windows-x86_64
@ -203,10 +208,6 @@ jobs:
target: x86_64-pc-windows-msvc
name: windows-x86_64
features: default
- platform: windows-latest
target: i686-pc-windows-msvc
name: windows-x86
features: default
- platform: macos-latest
target: x86_64-apple-darwin
name: macos-x86_64