From 244718b5c975d80ca09c4331f2566ac69f773547 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 22 Sep 2023 15:13:55 +0100 Subject: [PATCH] Also release the multilib-devel container So it can be useful for the wider community. I've intentionally left it out as separate commit, since: - it is untested - there is lots of duplication that can/should be fixed - if publishing seems like an overkill, people can locally still use it Signed-off-by: Emil Velikov --- .gitlab-ci.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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]=