mirror of
https://github.com/encounter/objdiff.git
synced 2025-06-07 15:13:47 +00:00
Add 32-bit windows objdiff-cli build (#102)
* Revert "Add 32-bit windows builds (#101)" This reverts commit bc687173c0ef5587ff52bccb5f447c37566d8f99. * Add 32-bit objdiff-cli build
This commit is contained in:
parent
0221a2d54d
commit
7d0d7df54c
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user