Skip to content

Commit

Permalink
delete ppc64le, s390x architecture in otp 24, 25
Browse files Browse the repository at this point in the history
  • Loading branch information
getong committed Dec 26, 2024
1 parent b35c5bd commit e177c57
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 @@ -119,7 +119,7 @@ for version in "${versions[@]}"; do
esac

case "$variant" in
otp-23-slim)
otp-24 | otp-24-alpine | otp-24-slim | otp-25 | otp-25-alpine | otp-25-slim )
variantArches=( ${variantArches[@]/ppc64le} )
variantArches=( ${variantArches[@]/s390x} )
esac
Expand Down

0 comments on commit e177c57

Please sign in to comment.