diff options
-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") ;; |