commit:     e371a70ae4cccfdf4ca5eeaa2f1e9ab449d7fb31
Author:     Konstantinos Smanis <konstantinos.smanis <AT> gmail <DOT> com>
AuthorDate: Mon Sep  9 13:53:15 2024 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Fri Sep 13 08:59:33 2024 +0000
URL:        https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=e371a70a

fix: drop `stage3:hardened-nomultilib` manifest

Signed-off-by: Konstantinos Smanis <konstantinos.smanis <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo-docker-images/pull/144
Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>

 .github/workflows/build.yml | 1 -
 deploy-manifests.sh         | 3 ---
 2 files changed, 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")
                ;;

Reply via email to