Skip to content

Commit

Permalink
Use mutable-jar packaging with updated property
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl50 committed May 31, 2024
1 parent 07950ee commit edf2d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
env:
QUARKUS_CONTAINER_IMAGE_BUILD: true
QUARKUS_CONTAINER_IMAGE_PUSH: true
QUARKUS_PACKAGE_TYPE: jar
QUARKUS_PACKAGE_JAR_TYPE: mutable-jar
QUARKUS_DOCKER_BUILDX_PLATFORM: linux/amd64,linux/arm64
run: ./gradlew clean build -PimageTagSuffix=jvm

Expand Down

0 comments on commit edf2d0e

Please sign in to comment.