Add ipxe to list of packages for VM

.gitlab-ci.yml:
Add ipxe to the list of installed packages in the VM, so that its binaries can be turned into release artifacts.
This commit is contained in:
David Runge 2021-05-15 16:17:44 +02:00
parent 7dd8e7412a
commit 6bb39a45dd
No known key found for this signature in database
GPG key ID: 7258734B41C31549

View file

@ -5,7 +5,7 @@ include:
variables:
BUILD_SCRIPT: ./.gitlab/ci/build_releng.sh
PACKAGE_LIST: archiso erofs-utils openssl zsync
PACKAGE_LIST: archiso erofs-utils ipxe openssl zsync
QEMU_BUILD_TIMEOUT: 2400
QEMU_VM_MEMORY: 3072
ARCHISO_COW_SPACE_SIZE: 2g