Revert "ci: Disable AArch64 Linux SDK build"

This reverts commit a1f38872fc because the
new zephyr-runner v2 with the self-hosted AArch64 runners are no longer
subject to termination by other workloads.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2024-02-16 21:58:28 +09:00
parent d11a132a5b
commit d7634dc112
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ jobs:
if [ "${build_host_all}" == "y" ]; then
build_host_linux_x86_64="y"
# build_host_linux_aarch64="y"
build_host_linux_aarch64="y"
build_host_macos_x86_64="y"
build_host_macos_aarch64="y"
build_host_windows_x86_64="y"