mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Cirrus-CI: add a manually triggered arm64 task
Reviewed by: imp Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D31953
This commit is contained in:
parent
90f33f34ba
commit
8cba2003e8
11
.cirrus.yml
11
.cirrus.yml
@ -11,7 +11,16 @@ compute_engine_instance:
|
||||
disk: 40
|
||||
|
||||
task:
|
||||
name: World and kernel amd64 build and boot smoke test
|
||||
matrix:
|
||||
- name: World and kernel amd64 build and boot smoke test
|
||||
env:
|
||||
TARGET: amd64
|
||||
TARGET_ARCH: amd64
|
||||
- name: World and kernel arm64 build and boot smoke test
|
||||
trigger_type: manual
|
||||
env:
|
||||
TARGET: arm64
|
||||
TARGET_ARCH: aarch64
|
||||
timeout_in: 120m
|
||||
install_script:
|
||||
- sh .cirrus-ci/pkg-install.sh qemu llvm12
|
||||
|
Loading…
Reference in New Issue
Block a user