We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5eebd54 + be532ee commit c9a63d0Copy full SHA for c9a63d0
.github/workflows/native-build-development.yml
@@ -45,8 +45,7 @@ jobs:
45
- name: Build Quickstart with native
46
run: |
47
mvn --settings .github/mvn-settings.xml -B clean install --fail-at-end -Pnative -Dstart-containers \
48
- -Dquarkus.native.container-build=true \
49
- -Dquarkus.native.builder-image=quay.io/quarkus/ubi-quarkus-native-image:20.1.0-java11
+ -Dquarkus.native.container-build=true
50
51
#- name: Check RSS
52
# env:
0 commit comments