diff options
| author | David Runge <dvzrv@archlinux.org> | 2021-06-30 17:23:03 +0200 |
|---|---|---|
| committer | David Runge <dvzrv@archlinux.org> | 2021-06-30 17:23:03 +0200 |
| commit | 7d120315f19dba5e2be37fb082127a4c7d3e6c0d (patch) | |
| tree | 019bb0757b4c3df7776cf12cd1fc14369323d72e /.gitlab-ci.yml | |
| parent | 33e4ff6294cba8d9bb783adde611d9a273534437 (diff) | |
| parent | 97b7aebab8be430f2ce0e7fc307e95fe693f334c (diff) | |
| download | archiso-7d120315f19dba5e2be37fb082127a4c7d3e6c0d.tar.gz archiso-7d120315f19dba5e2be37fb082127a4c7d3e6c0d.tar.bz2 | |
Merge branch 'issues/132'
* issues/132:
gitlab-ci: Also build a baseline netboot target
archiso/mkarchiso: Generalize handling of ucodes
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
