Skip to content

Commit

Permalink
add native build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz committed Dec 10, 2024
1 parent 6a6bfbd commit ae68f8d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ on:
jobs:
branch:
uses: onecx-apps/ci-quarkus/.github/workflows/build-branch.yml@v2
secrets: inherit
secrets: inherit
with:
native: true
4 changes: 3 additions & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ on:
jobs:
pr:
uses: onecx-apps/ci-quarkus/.github/workflows/build-pr.yml@v2
secrets: inherit
secrets: inherit
with:
native: true
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ on:
jobs:
release:
uses: onecx-apps/ci-quarkus/.github/workflows/build-release.yml@v2
secrets: inherit
secrets: inherit
with:
native: true
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ jobs:
uses: onecx-apps/ci-quarkus/.github/workflows/build.yml@v2
secrets: inherit
with:
native: true
helmEventTargetRepository: onecx-apps/onecx-chat

0 comments on commit ae68f8d

Please sign in to comment.