From 107277b0031c2d2f1ad85da1e5688f9523ea16d8 Mon Sep 17 00:00:00 2001 From: Michel Palourdio Date: Sat, 22 Feb 2025 11:30:16 +0100 Subject: [PATCH] chore: spring-boot.build-image.imagePlatform= not needed anymore --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5fab1b8..b692622 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: cache: 'maven' - name: GraalVM Compile and image generation - run: ./mvnw clean -Pnative spring-boot:build-image -Dspring-boot.build-image.imagePlatform=linux/arm64 + run: ./mvnw clean -Pnative spring-boot:build-image - name: Backup image and move it to tmp folder run: mkdir imagebackup && docker save -o imagebackup/raspberry.tar docker.io/library/graalvm-springboot-raspberry:0.0.1-SNAPSHOT