mirror of
https://git.yoctoproject.org/meta-security
synced 2026-01-12 03:10:13 +00:00
gitlab-ci: add meta-hardening build image
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -136,6 +136,11 @@ qemuarm64-musl:
|
||||
script:
|
||||
- kas build --target security-build-image kas/$CI_JOB_NAME.yml
|
||||
|
||||
qemux86-harden:
|
||||
extends: .build
|
||||
script:
|
||||
- kas build --target harden-image-minimal kas/$CI_JOB_NAME.yml
|
||||
|
||||
qemux86-test:
|
||||
extends: .build
|
||||
allow_failure: true
|
||||
|
||||
@@ -10,6 +10,7 @@ repos:
|
||||
meta-tpm:
|
||||
meta-integrity:
|
||||
meta-security-compliance:
|
||||
meta-hardening:
|
||||
|
||||
poky:
|
||||
url: https://git.yoctoproject.org/git/poky
|
||||
|
||||
10
kas/qemux86-harden.yml
Normal file
10
kas/qemux86-harden.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
header:
|
||||
version: 8
|
||||
includes:
|
||||
- kas-security-base.yml
|
||||
|
||||
local_conf_header:
|
||||
meta-security: |
|
||||
DISTRO = "harden"
|
||||
|
||||
machine: qemux86
|
||||
Reference in New Issue
Block a user