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.
This commit is contained in:
David Runge 2021-06-29 21:45:56 +02:00
parent 19861e4742
commit 97b7aebab8
No known key found for this signature in database
GPG Key ID: 7258734B41C31549

View File

@ -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