diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 31ccf492..60c59c79 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -98,7 +98,7 @@ jobs: name: ci-artifacts path: artifacts-code-start${{ matrix.java }}.zip windows-build-released-jvm: - name: Windows - JVM build - released Quarkus Linux + name: Windows - JVM build - released Quarkus runs-on: windows-latest strategy: matrix: @@ -132,7 +132,7 @@ jobs: name: ci-artifacts path: artifacts-windows-jvm${{ matrix.java }}.tar windows-build-released-native: - name: Windows - Native build - released Quarkus Linux + name: Windows - Native build - released Quarkus runs-on: windows-latest strategy: matrix: @@ -168,7 +168,7 @@ jobs: - name: Build with Maven shell: bash run: | - mvn -V -B -s .github/mvn-settings.xml clean verify -DexcludeTags="product,codequarkus" -Dquarkus.native.native-image-xmx=4g -Dquarkus.native.container-build=true -Dquarkus.native.container-runtime=docker + mvn -V -B -s .github/mvn-settings.xml clean verify -DexcludeTags="product,codequarkus" -Dquarkus.native.native-image-xmx=4g - name: Zip Artifacts if: failure() shell: bash