Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-06-30 17:23:03 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-06-30 17:23:03 +0200
commit7d120315f19dba5e2be37fb082127a4c7d3e6c0d (patch)
tree019bb0757b4c3df7776cf12cd1fc14369323d72e /.gitlab-ci.yml
parent33e4ff6294cba8d9bb783adde611d9a273534437 (diff)
parent97b7aebab8be430f2ce0e7fc307e95fe693f334c (diff)
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.yml3
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