github: standalone-compilation for AARCH64

Use the AARCH64_verified config for the standalone kernel compilation
check.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
Gerwin Klein 2022-02-03 18:40:58 +11:00 committed by Gerwin Klein
parent 8ff9189be3
commit 3359c82b4a

View file

@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [ARM, ARM_HYP, RISCV64, X64]
arch: [ARM, ARM_HYP, AARCH64, RISCV64, X64]
compiler: [gcc, llvm]
exclude:
# llvm RISCV64 compilation is not currently supported