This adds a target for the test image for QEMU/amd64 architecture. Signed-off-by: Nobuhiro Iwamatsu --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64c7b20..84c1257 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -125,6 +125,15 @@ build:hihope-rzg2m-test: extention: test dtb: renesas/r8a774a1-hihope-rzg2m-ex.dtb +build:qemu-amd64-test: + extends: + - .build_base + variables: + target: qemu-amd64 + extention: test + wic_targz: disable + targz: enable + build:qemu-arm64-test: extends: - .build_base -- 2.31.1