Skip to content

Commit

Permalink
add back 390x arch
Browse files Browse the repository at this point in the history
  • Loading branch information
xquery committed Mar 27, 2024
1 parent ca4497e commit 1a35b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_multi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildah manifest create curl-base-multi:${release_tag}
buildah manifest create curl-multi:${release_tag}

# loop through supported arches
for IMGTAG in "linux/386" "linux/arm/v7" "linux/amd64" "linux/arm64" "linux/ppc64le" ; do
for IMGTAG in "linux/s390x" "linux/386" "linux/arm/v7" "linux/amd64" "linux/arm64" "linux/ppc64le" ; do
pathname="${IMGTAG////-}"
echo "building $IMGTAG : $pathname"
./create_dev_image.sh "$IMGTAG" ${base} ${compiler} "$dev_deps" "$build_opts" ${branch_or_ref} curl-dev-${pathname}:${release_tag} 0
Expand Down

0 comments on commit 1a35b40

Please sign in to comment.