ci: enable windows cross-compile build
parent
1a846597b1
commit
59a3e22d39
|
|
@ -10,9 +10,8 @@ jobs:
|
|||
target: [
|
||||
aarch64-linux,
|
||||
x86_64-linux,
|
||||
# No windows support currently.
|
||||
# i386-windows,
|
||||
# x86_64-windows-gnu,
|
||||
x86-windows-gnu,
|
||||
x86_64-windows-gnu,
|
||||
|
||||
# We don't support cross-compiling to macOS because the macOS build
|
||||
# requires xcode due to the swift harness.
|
||||
|
|
|
|||
Loading…
Reference in New Issue