diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2b4bd5..e9075ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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]=