Skip to content

Commit a1f3887

Browse files
committed
ci: Disable AArch64 Linux SDK build
This commit temporarily disables AArch64 Linux Zephyr SDK build because the AArch64 CI runner AWS spot instances are too frequently shut down and unable to complete the full build cycle. Re-enable this when the self-hosted zephyr-runner v2 is deployed and available for production use. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 001c99c commit a1f3887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
188188
if [ "${build_host_all}" == "y" ]; then
189189
build_host_linux_x86_64="y"
190-
build_host_linux_aarch64="y"
190+
# build_host_linux_aarch64="y"
191191
build_host_macos_x86_64="y"
192192
build_host_macos_aarch64="y"
193193
build_host_windows_x86_64="y"

0 commit comments

Comments
 (0)