Skip to content

Commit

Permalink
Test create multi-arch native image
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Oct 17, 2022
1 parent 6a03199 commit f93d381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-multi-arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test building multi-arch native
env:
IMAGE_BASE_NAME: "quay.io/quarkus-super-heroes"
MANDREL_IMAGE: "quay.io/quarkus/ubi-quarkus-mandrel-builder-image"
MANDREL_VERSION: "22.2.0.0-Final"
MANDREL_VERSION: "22.2"
LATEST_IMAGE_TAG: "latest"

on:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
-Dmaven.compiler.release=${{ matrix.java }} \
-Dquarkus.http.host=0.0.0.0 \
-Dquarkus.native.container-build=true \
-Dquarkus.native.builder-image=${{ env.MANDREL_IMAGE }}:${{ env.MANDREL_VERSION }}-java${{ matrix.java }}-${{ matrix.arch }} \
-Dquarkus.native.builder-image=${{ env.MANDREL_IMAGE }}:${{ env.MANDREL_VERSION }}-java${{ matrix.java }} \
-Dquarkus.native.container-runtime-options=--platform=linux/${{ matrix.arch }} \
-Dquarkus.container-image.build=true \
-Dquarkus.container-image.push=false \
Expand Down

0 comments on commit f93d381

Please sign in to comment.