mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 07:46:12 +03:00
ci: enable windows cross-compile build
This commit is contained in:
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -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.
|
||||
|
Reference in New Issue
Block a user