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:
parent
19861e4742
commit
97b7aebab8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user