Skip to content

Commit

Permalink
Use container to build native image on the CI to always have the comp…
Browse files Browse the repository at this point in the history
…atible version of GraalVM
  • Loading branch information
ppalaga committed Aug 11, 2022
1 parent 4fbac65 commit 9b64cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ jobs:
run: ./mvnw -B formatter:validate install --file pom.xml

- name: Build - Native
run: ./mvnw -B verify -Pnative --file integration-tests/pom.xml
run: ./mvnw -B verify -Pnative -Dquarkus.native.container-build=true --file integration-tests/pom.xml

0 comments on commit 9b64cbc

Please sign in to comment.