Skip to content

Commit 296c6ef

Browse files
committed
Release of v4.2021.03
1 parent 468f087 commit 296c6ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tag_image_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
run: |
3333
docker buildx build --push \
3434
--tag hazelcast/management-center:${{ env.RELEASE_VERSION }} \
35-
--platform=linux/arm64,linux/amd64 .
35+
--platform=linux/arm64,linux/amd64,linux/ppc64le,linux/s390 .

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG MC_VERSION=4.2021.02
1+
ARG MC_VERSION=4.2021.03
22
ARG MC_INSTALL_NAME="hazelcast-management-center-${MC_VERSION}"
33
ARG MC_INSTALL_JAR="hazelcast-management-center-${MC_VERSION}.jar"
44
ARG MC_INSTALL_ZIP="${MC_INSTALL_NAME}.zip"

0 commit comments

Comments
 (0)