Skip to content

Commit c9a63d0

Browse files
authored
Merge pull request quarkusio#763 from geoand/cron-builder-image
Don't specify the native image builder
2 parents 5eebd54 + be532ee commit c9a63d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/native-build-development.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ jobs:
4545
- name: Build Quickstart with native
4646
run: |
4747
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
48+
-Dquarkus.native.container-build=true
5049
5150
#- name: Check RSS
5251
# env:

0 commit comments

Comments
 (0)