Skip to content

Commit 49cc01b

Browse files
committed
ci: Add linux-aarch64 test environment
This commit adds the test environment for the AArch64 Linux toolchains and host tools using the ARM64 zephyr-runner. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 8669d25 commit 49cc01b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,16 @@ jobs:
293293
},'
294294
fi
295295
296+
if [ "${build_host_linux_aarch64}" == "y" ]; then
297+
MATRIX_TESTENVS+='{
298+
"name": "ubuntu-20.04-aarch64",
299+
"runner": "zephyr-runner-linux-arm64-xlarge",
300+
"container": "",
301+
"bundle-host": "linux-aarch64",
302+
"bundle-archive": "tar.xz"
303+
},'
304+
fi
305+
296306
if [ "${build_host_macos_x86_64}" == "y" ]; then
297307
MATRIX_TESTENVS+='{
298308
"name": "macos-11-x86_64",

0 commit comments

Comments
 (0)