From 2fb3dc3ec0523ffe18c0c05e37ec0853cf94c751 Mon Sep 17 00:00:00 2001 From: Huang Qi Date: Fri, 8 Dec 2023 18:21:47 +0800 Subject: [PATCH] Add arm64 to nuttx compilation test (#2886) --- .github/workflows/compilation_on_nuttx.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/compilation_on_nuttx.yml b/.github/workflows/compilation_on_nuttx.yml index 73ed296b..8e1f4aad 100644 --- a/.github/workflows/compilation_on_nuttx.yml +++ b/.github/workflows/compilation_on_nuttx.yml @@ -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",