Skip to content

Commit

Permalink
fix: drop stage3:hardened-nomultilib manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantinos Smanis <[email protected]>
Closes: #144
Signed-off-by: Alexys Jacob <[email protected]>
  • Loading branch information
KSmanis authored and ultrabug committed Sep 13, 2024
1 parent a1f9522 commit e371a70
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ jobs:
- stage3:latest
- stage3:desktop
- stage3:hardened
- stage3:hardened-nomultilib
- stage3:musl
- stage3:musl-hardened
- stage3:nomultilib
Expand Down
3 changes: 0 additions & 3 deletions deploy-manifests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")
;;
Expand Down

0 comments on commit e371a70

Please sign in to comment.