Skip to content

Commit

Permalink
disable all native builds
Browse files Browse the repository at this point in the history
  • Loading branch information
sboeckelmann committed Mar 1, 2024
1 parent 536657b commit 0959797
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ jobs:


build-quarkus-native-container-images:
if: false
name: "Build Native Container Image"
needs: [ build-vue-js-job ]

Expand Down Expand Up @@ -334,6 +335,7 @@ jobs:
docker push ghcr.io/openepcis/testdata-generator-native:${{matrix.tags}};
push-quarkus-native-container-images:
if: false
name: "Push Native Container Images"
needs: [build-quarkus-native-container-images]
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit 0959797

Please sign in to comment.