Skip to content

Commit

Permalink
remove s390x support
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Oct 13, 2024
1 parent cf128de commit e20dea6
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 @@ -28,7 +28,7 @@ docker buildx build --push --no-cache \
-t "minio/mc:${release}" \
-t "quay.io/minio/mc:${release}" \
-t "quay.io/minio/mc:latest" \
--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 @@ -37,7 +37,7 @@ docker buildx build --push --no-cache \
--build-arg RELEASE="${release}" \
-t "minio/mc:${release}-cpuv1" \
-t "quay.io/minio/mc:${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 e20dea6

Please sign in to comment.