ci: enable windows cross-compile build

This commit is contained in:
Mitchell Hashimoto
2023-11-05 18:04:30 -08:00
parent 1a846597b1
commit 59a3e22d39

View File

@ -10,9 +10,8 @@ jobs:
target: [ target: [
aarch64-linux, aarch64-linux,
x86_64-linux, x86_64-linux,
# No windows support currently. x86-windows-gnu,
# i386-windows, x86_64-windows-gnu,
# x86_64-windows-gnu,
# We don't support cross-compiling to macOS because the macOS build # We don't support cross-compiling to macOS because the macOS build
# requires xcode due to the swift harness. # requires xcode due to the swift harness.