Skip to content

Commit

Permalink
delete unspported architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
getong committed Oct 2, 2024
1 parent 52b9826 commit bddd8e7
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
Expand Up @@ -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} )
Expand Down

0 comments on commit bddd8e7

Please sign in to comment.