diff options
| author | Luke Parker <[email protected]> | 2026-03-12 10:25:09 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-12 00:25:09 +0000 |
| commit | 547eb7676df427de6b5195005e2a3b0322a72f1c (patch) | |
| tree | fc0307b5f65f5760a677b654f97efad7a4c74924 /.github/workflows | |
| parent | 83f083ee0d320ab7cd800278cdde3e2eff23ce86 (diff) | |
| download | opencode-547eb7676df427de6b5195005e2a3b0322a72f1c.tar.gz opencode-547eb7676df427de6b5195005e2a3b0322a72f1c.zip | |
feat(windows): add arm64 release targets for cli and desktop (#16696)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/publish.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 079e6d6f0..b425b32a5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -115,6 +115,9 @@ jobs: target: x86_64-apple-darwin - host: macos-latest target: aarch64-apple-darwin + # github-hosted: blacksmith lacks ARM64 MSVC cross-compilation toolchain + - host: windows-2025 + target: aarch64-pc-windows-msvc - host: blacksmith-4vcpu-windows-2025 target: x86_64-pc-windows-msvc - host: blacksmith-4vcpu-ubuntu-2404 @@ -258,6 +261,10 @@ jobs: - host: macos-latest target: aarch64-apple-darwin platform_flag: --mac --arm64 + # github-hosted: blacksmith lacks ARM64 MSVC cross-compilation toolchain + - host: "windows-2025" + target: aarch64-pc-windows-msvc + platform_flag: --win --arm64 - host: "blacksmith-4vcpu-windows-2025" target: x86_64-pc-windows-msvc platform_flag: --win |
