Skip to content

Commit

Permalink
Merge pull request #430 from geoand/graalvm-19.3.1-master
Browse files Browse the repository at this point in the history
Use GraalVM 19.3.1 when checking native image build in CI
  • Loading branch information
cescoffier authored Jan 18, 2020
2 parents 55fee96 + 7477316 commit b2a6129
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/native-build-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Build Quickstart with native
run: |
mvn -B clean install -Pnative \
-Dquarkus.native.container-build=true
-Dquarkus.native.container-build=true \
-Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:19.3.1-java8
- name: Report
if: always()
env:
Expand Down

0 comments on commit b2a6129

Please sign in to comment.