mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +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: [
|
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.
|
||||||
|
Reference in New Issue
Block a user