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 | |
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>
-rw-r--r-- | .github/workflows/build.yml | 1 | ||||
-rwxr-xr-x | deploy-manifests.sh | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cdc00e..b185caf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,6 @@ jobs: - stage3:latest - stage3:desktop - stage3:hardened - - stage3:hardened-nomultilib - stage3:musl - stage3:musl-hardened - stage3:nomultilib 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") ;; |