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:
parent
8ff9189be3
commit
3359c82b4a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/compilation-checks.yml
vendored
2
.github/workflows/compilation-checks.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue