Skip to content

Commit

Permalink
Make native standalone image work with podman
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Jan 24, 2022
1 parent af90041 commit c05db18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion standalone/build-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,8 @@

# Builds the HAL standalone native binary

mvn package -Pnative -Dquarkus.native.container-build=true -Dquarkus.container-image.build=true
mvn package \
-Pnative \
-Dquarkus.container-image.build=true \
-Dquarkus.native.remote-container-build=true \
-Dquarkus.native.container-runtime=podman

0 comments on commit c05db18

Please sign in to comment.