We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74e53f commit 4f6570fCopy full SHA for 4f6570f
.github/workflows/catalog-service.yml
@@ -42,7 +42,7 @@ jobs:
42
native-image --version
43
44
- name: Build and analyze
45
- run: ./mvnw clean verify
+ run: ./mvnw clean -Pnative verify
46
47
- if: ${{ github.ref == 'refs/heads/main' }}
48
name: Build Image and push to docker
0 commit comments