Skip to content

Commit 840f89c

Browse files
committed
Add 32-bit objdiff-cli build
1 parent 0221a2d commit 840f89c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,11 @@ jobs:
142142
name: linux-armv7l
143143
build: zigbuild
144144
features: default
145+
- platform: windows-latest
146+
target: i586-pc-windows-msvc
147+
name: windows-x86
148+
build: build
149+
features: default
145150
- platform: windows-latest
146151
target: x86_64-pc-windows-msvc
147152
name: windows-x86_64
@@ -203,10 +208,6 @@ jobs:
203208
target: x86_64-pc-windows-msvc
204209
name: windows-x86_64
205210
features: default
206-
- platform: windows-latest
207-
target: i686-pc-windows-msvc
208-
name: windows-x86
209-
features: default
210211
- platform: macos-latest
211212
target: x86_64-apple-darwin
212213
name: macos-x86_64

0 commit comments

Comments
 (0)