Skip to content

Commit

Permalink
delete ppc64le, s390x architecture in elixir 1.12, 1.13 (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
getong authored Dec 26, 2024
1 parent db23031 commit e1c2f2a
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 @@ -113,7 +113,7 @@ for version in "${versions[@]}"; do
variantArches=( amd64 arm32v7 arm64v8 i386 s390x ppc64le )

case "$version" in
1.11|1.10|1.9|1.8|1.7|1.6)
1.13|1.12|1.11|1.10|1.9|1.8|1.7|1.6)
variantArches=( ${variantArches[@]/ppc64le} )
variantArches=( ${variantArches[@]/s390x} )
esac
Expand Down

0 comments on commit e1c2f2a

Please sign in to comment.