Skip to content

Commit

Permalink
chore: spring-boot.build-image.imagePlatform= not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Feb 22, 2025
1 parent 2c90ca2 commit 107277b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 107277b

Please sign in to comment.