Skip to content

Commit

Permalink
chore: Build UBI 15 versions for ppc64le s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Gonzalez V <jonathan.gonzalez@enterprisedb.com>
  • Loading branch information
sxd committed Jul 25, 2023
1 parent 7a70a7b commit f856c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/generate-strategy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ for version in "${ubi_versions[@]}"; do
fullVersion="${fullVersion%[.-]*}"
done

if [[ "${version}" =~ ^("15")$ ]]; then
if [[ "${version}" =~ ^("16")$ ]]; then
platforms="linux/amd64"
else
platforms="linux/amd64, linux/ppc64le, linux/s390x, linux/arm64"
Expand Down

0 comments on commit f856c67

Please sign in to comment.