Skip to content

Commit

Permalink
Fix native command in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Sgitario committed Apr 23, 2021
1 parent 7ffeef8 commit aa35af7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aa35af7

Please sign in to comment.