mirror of
https://github.com/encounter/objdiff.git
synced 2025-12-11 06:27:55 +00:00
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:
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@@ -142,6 +142,11 @@ jobs:
|
|||||||
name: linux-armv7l
|
name: linux-armv7l
|
||||||
build: zigbuild
|
build: zigbuild
|
||||||
features: default
|
features: default
|
||||||
|
- platform: windows-latest
|
||||||
|
target: i686-pc-windows-msvc
|
||||||
|
name: windows-x86
|
||||||
|
build: build
|
||||||
|
features: default
|
||||||
- platform: windows-latest
|
- platform: windows-latest
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
name: windows-x86_64
|
name: windows-x86_64
|
||||||
@@ -203,10 +208,6 @@ jobs:
|
|||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
name: windows-x86_64
|
name: windows-x86_64
|
||||||
features: default
|
features: default
|
||||||
- platform: windows-latest
|
|
||||||
target: i686-pc-windows-msvc
|
|
||||||
name: windows-x86
|
|
||||||
features: default
|
|
||||||
- platform: macos-latest
|
- platform: macos-latest
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
name: macos-x86_64
|
name: macos-x86_64
|
||||||
|
|||||||
Reference in New Issue
Block a user