From aa35af7cfabc97d3ef55984e597ad3fd953811cd Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 23 Apr 2021 09:53:25 +0200 Subject: [PATCH] Fix native command in windows --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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