From 97b7aebab8be430f2ce0e7fc307e95fe693f334c Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 29 Jun 2021 21:45:56 +0200 Subject: gitlab-ci: Also build a baseline netboot target .gitlab-ci.yml: With #132 being fixed, it is possible to properly build the baseline netboot target without failure. --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44fd2ca..2d615e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,8 +44,6 @@ build_short: extends: .build parallel: matrix: - # baseline does not support netboot with codesinging - # https://gitlab.archlinux.org/archlinux/archiso/-/issues/132 - BUILD_SCRIPT_ARGS: baseline bootstrap - BUILD_SCRIPT_ARGS: releng bootstrap @@ -56,5 +54,6 @@ build_long: parallel: matrix: - BUILD_SCRIPT_ARGS: baseline iso + - BUILD_SCRIPT_ARGS: baseline netboot - BUILD_SCRIPT_ARGS: releng iso - BUILD_SCRIPT_ARGS: releng netboot -- cgit v1.2.3-54-g00ecf