diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 388d423..e9075ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,7 +60,7 @@ get_version: stage: rootfs parallel: matrix: - - GROUP: [base, base-devel] + - GROUP: [base, base-devel, multilib-devel] before_script: - pacman -Syu --noconfirm git make fakechroot fakeroot - pacman -Sdd --noconfirm devtools @@ -97,7 +97,7 @@ rootfs:secure: stage: image parallel: matrix: - - GROUP: [base, base-devel] + - GROUP: [base, base-devel, multilib-devel] tags: - vm before_script: @@ -237,7 +237,7 @@ release: http --ignore-stdin PATCH https://hub.docker.com/v2/repositories/archlinux/archlinux/ Authorization:"JWT ${TOKEN}" full_description="$(cat README.md)" # Upload rootfs to the Generic Packages Repository - for group in base base-devel; do + for group in base base-devel multilib-devel; do sed -i "s|${group}.tar.zst|${group}-${BUILD_VERSION}.tar.zst|" output/${group}.tar.zst.SHA256 echo "Uploading ${group}.tar.zst" curl -sSf --header "JOB-TOKEN: ${CI_JOB_TOKEN}" --upload-file output/${group}.tar.zst ${PACKAGE_REGISTRY_URL}/${group}-${BUILD_VERSION}.tar.zst @@ -260,6 +260,9 @@ release: --form "actions[][file_path]=Dockerfile.base-devel" --form "actions[][content]=> "$BUILDDIR/etc/pacman.conf" sed 's/Include = /&rootfs/g' < "$BUILDDIR/etc/pacman.conf" > pacman.conf