diff options
author | Konstantinos Smanis <konstantinos.smanis@gmail.com> | 2024-09-09 16:53:15 +0300 |
---|---|---|
committer | Alexys Jacob <ultrabug@gentoo.org> | 2024-09-13 08:59:33 +0000 |
commit | e371a70ae4cccfdf4ca5eeaa2f1e9ab449d7fb31 (patch) | |
tree | 1fac2a5bc68e568c77039bd43f2a2b0c6eb25a0b /deploy-manifests.sh | |
parent | drop stage3-amd64-hardened-nomultilib-openrc (diff) | |
download | docker-images-e371a70ae4cccfdf4ca5eeaa2f1e9ab449d7fb31.tar.gz docker-images-e371a70ae4cccfdf4ca5eeaa2f1e9ab449d7fb31.tar.bz2 docker-images-e371a70ae4cccfdf4ca5eeaa2f1e9ab449d7fb31.zip |
fix: drop `stage3:hardened-nomultilib` manifest
Signed-off-by: Konstantinos Smanis <konstantinos.smanis@gmail.com>
Closes: https://github.com/gentoo/gentoo-docker-images/pull/144
Signed-off-by: Alexys Jacob <ultrabug@gentoo.org>
Diffstat (limited to 'deploy-manifests.sh')
-rwxr-xr-x | deploy-manifests.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/deploy-manifests.sh b/deploy-manifests.sh index 270f8d2..5bf0b33 100755 --- a/deploy-manifests.sh +++ b/deploy-manifests.sh @@ -22,9 +22,6 @@ case "${TARGET}" in "stage3:hardened") TAGS=("amd64-hardened-openrc" "i686-hardened-openrc") ;; - "stage3:hardened-nomultilib") - TAGS=("amd64-hardened-nomultilib-openrc") - ;; "stage3:musl") TAGS=("amd64-musl" "armv7a_hardfp_musl-openrc" "arm64-musl" "i686-musl") ;; |