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

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