ci: Add macos-aarch64 test environment

This commit adds the test environment for the AArch64 macOS toolchains
and host tools using the ARM64 macOS zephyr-runner.

Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
Stephanos Ioannidis 2022-11-26 13:49:02 +09:00
parent a5422d2dad
commit 895e157b6a
1 changed files with 10 additions and 0 deletions

View File

@ -313,6 +313,16 @@ jobs:
},'
fi
if [ "${build_host_macos_aarch64}" == "y" ]; then
MATRIX_TESTENVS+='{
"name": "macos-11-aarch64",
"runner": "zephyr-runner-macos-arm64-2xlarge",
"container": "",
"bundle-host": "macos-aarch64",
"bundle-archive": "tar.xz"
},'
fi
if [ "${build_host_windows_x86_64}" == "y" ]; then
MATRIX_TESTENVS+='{
"name": "windows-2019-x86_64",