mirror of https://github.com/encounter/objdiff.git
Add 32-bit windows builds (#101)
This commit is contained in:
parent
e1ae369d17
commit
bc687173c0
|
@ -203,6 +203,10 @@ 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…
Reference in New Issue