We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a21424d commit 3440b0bCopy full SHA for 3440b0b
.github/workflows/create-dockerfiles.yml
@@ -67,7 +67,7 @@ jobs:
67
build_spring_boot() {
68
MODULE=$1
69
echo "Building Spring Boot module $MODULE (multi-arch)..."
70
- mvn -pl $MODULE spring-boot:build-image \
+ mvn -pl $MODULE clean package spring-boot:build-image \
71
-DskipTests=true \
72
-Dspring-boot.build-image.platform=linux/amd64,linux/arm64
73
}
0 commit comments