From 0ad7ec75509abd87e009979e0979e262a978a91b Mon Sep 17 00:00:00 2001 From: Sanjay Rawat <13738294+RawSanj@users.noreply.github.com> Date: Sat, 23 Dec 2023 01:32:06 +0530 Subject: [PATCH] Multiplatform GraalVM Native Docker Image Try #3 --- .github/workflows/native-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/native-image.yml b/.github/workflows/native-image.yml index 6f3f10b..831df1c 100644 --- a/.github/workflows/native-image.yml +++ b/.github/workflows/native-image.yml @@ -39,6 +39,6 @@ jobs: with: context: . file: src/main/docker/Dockerfile.native - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64 push: true tags: rawsanj/spring-redis-websocket:${{ env.TAG_VERSION }}-native