Skip to content

Commit

Permalink
add: compatibility option for march
Browse files Browse the repository at this point in the history
  • Loading branch information
lecodeski committed Jul 25, 2023
1 parent 4447b16 commit 056ad06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
JIB_BUILD_OPTS:
-Dquarkus.native.container-build=true
-Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-mandrel-builder-image:jdk-20
-Dquarkus.native.additional-build-args=-march=compatibility
-Dquarkus.container-image.build=true
-Dquarkus.container-image.push=true
-Dquarkus.container-image.registry=ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![quarkus-native-mandrel-in-docker-jib](https://github.com/lecodeski/containerize-java/actions/workflows/quarkus-native-mandrel-in-docker-jib.yaml/badge.svg?branch=mandrel-in-docker)](https://github.com/lecodeski/containerize-java/actions/workflows/quarkus-native-mandrel-in-docker-jib.yaml)
[![quarkus-native-mandrel-in-docker-jib](https://github.com/lecodeski/containerize-java/actions/workflows/quarkus-native-mandrel-in-docker-jib.yaml/badge.svg)](https://github.com/lecodeski/containerize-java/actions/workflows/quarkus-native-mandrel-in-docker-jib.yaml)

# Demo project for containerizing Java with Quarkus Native, Mandrel in Docker and Jib

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.acme</groupId>
<artifactId>quarkus-native-mandrel-in-docker-jib</artifactId>
<version>1.3.5</version>
<version>1.3.0</version>
<properties>
<compiler-plugin.version>3.11.0</compiler-plugin.version>
<maven.compiler.release>20</maven.compiler.release>
Expand Down

0 comments on commit 056ad06

Please sign in to comment.