Skip to content

Commit 1eaef00

Browse files
echobtfactorydroid
andauthored
ci(release): temporarily disable Windows ARM64 build (#490)
The Windows ARM64 build has been failing due to LLVM/clang issues in the CI environment. Disabling it temporarily to allow the 0.0.6 CLI release to proceed while we investigate the underlying cause. Co-authored-by: Droid Agent <droid@factory.ai>
1 parent f94d277 commit 1eaef00

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,11 @@ jobs:
118118
target: x86_64-pc-windows-msvc
119119
artifact: cortex-cli-windows-x64
120120
ext: .exe
121-
- runner: blacksmith-32vcpu-windows-2025
122-
target: aarch64-pc-windows-msvc
123-
artifact: cortex-cli-windows-arm64
124-
ext: .exe
121+
# Temporarily disabled: Windows ARM64 build has LLVM/clang issues
122+
# - runner: blacksmith-32vcpu-windows-2025
123+
# target: aarch64-pc-windows-msvc
124+
# artifact: cortex-cli-windows-arm64
125+
# ext: .exe
125126
- runner: macos-latest
126127
target: x86_64-apple-darwin
127128
artifact: cortex-cli-macos-x64

0 commit comments

Comments
 (0)