Add arm64 to nuttx compilation test (#2886)

This commit is contained in:
Huang Qi 2023-12-08 18:21:47 +08:00 committed by GitHub
parent 9c3581c179
commit 2fb3dc3ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,6 +69,8 @@ jobs:
"boards/risc-v/qemu-rv/rv-virt/configs/nsh",
# riscv64gc
"boards/risc-v/qemu-rv/rv-virt/configs/nsh64",
# arm64
"boards/arm64/qemu/qemu-armv8a/configs/nsh",
]
wamr_config_option: [
"CONFIG_INTERPRETERS_WAMR=y\\nCONFIG_INTERPRETERS_WAMR_AOT=y\\nCONFIG_INTERPRETERS_WAMR_FAST=y\\n",