Skip to content

Commit

Permalink
delete unspported architecture
Browse files Browse the repository at this point in the history
getong committed Oct 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 52b9826 commit 82ec2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
@@ -94,7 +94,7 @@ for version in "${versions[@]}"; do
variantArches=( amd64 arm32v5 arm32v7 arm64v8 i386 mips64le ppc64le s390x)

case "$version" in
23|22|21|20|19|18)
25|24|23|22|21|20|19|18)
variantArches=( ${variantArches[@]/s390x} )
variantArches=( ${variantArches[@]/ppc64le} )
variantArches=( ${variantArches[@]/mips64le} )

0 comments on commit 82ec2b7

Please sign in to comment.