Skip to content

Commit d7634dc

Browse files
committed
Revert "ci: Disable AArch64 Linux SDK build"
This reverts commit a1f3887 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 <[email protected]>
1 parent d11a132 commit d7634dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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)