Pārlūkot izejas kodu

Add arm64 to nuttx compilation test (#2886)

Huang Qi 2 gadi atpakaļ
vecāks
revīzija
2fb3dc3ec0
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      .github/workflows/compilation_on_nuttx.yml

+ 2 - 0
.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",