Skip to content

Commit

Permalink
remove support for s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Oct 13, 2024
1 parent e091dde commit a14e19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-buildx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ docker buildx build --push --no-cache \
-t "quay.io/minio/minio:latest" \
-t "minio/minio:${release}" \
-t "quay.io/minio/minio:${release}" \
--platform=linux/arm64,linux/amd64,linux/ppc64le,linux/s390x \
--platform=linux/arm64,linux/amd64,linux/ppc64le \
-f Dockerfile.release .

docker buildx prune -f
Expand All @@ -27,7 +27,7 @@ docker buildx build --push --no-cache \
--build-arg RELEASE="${release}" \
-t "minio/minio:${release}-cpuv1" \
-t "quay.io/minio/minio:${release}-cpuv1" \
--platform=linux/arm64,linux/amd64,linux/ppc64le,linux/s390x \
--platform=linux/arm64,linux/amd64,linux/ppc64le \
-f Dockerfile.release.old_cpu .

docker buildx prune -f
Expand Down

0 comments on commit a14e19e

Please sign in to comment.