From 744a1256e67db433974043f48dfea37c10d2977e Mon Sep 17 00:00:00 2001 From: Andrej Petras Date: Thu, 7 Mar 2024 11:09:29 +0100 Subject: [PATCH] feat: active native build (#17) --- .github/workflows/build-branch.yml | 4 +++- .github/workflows/build-pr.yml | 4 +++- .github/workflows/build-release.yml | 4 +++- .github/workflows/build.yml | 1 + 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-branch.yml b/.github/workflows/build-branch.yml index 7270213..d0aea6d 100644 --- a/.github/workflows/build-branch.yml +++ b/.github/workflows/build-branch.yml @@ -10,4 +10,6 @@ on: jobs: branch: uses: onecx/ci-quarkus/.github/workflows/build-branch.yml@v1 - secrets: inherit \ No newline at end of file + secrets: inherit + with: + native: true \ No newline at end of file diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index acff155..dcc442b 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -6,4 +6,6 @@ on: jobs: pr: uses: onecx/ci-quarkus/.github/workflows/build-pr.yml@v1 - secrets: inherit \ No newline at end of file + secrets: inherit + with: + native: true \ No newline at end of file diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index b04a59a..26d536a 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -6,4 +6,6 @@ on: jobs: release: uses: onecx/ci-quarkus/.github/workflows/build-release.yml@v1 - secrets: inherit \ No newline at end of file + secrets: inherit + with: + native: true \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83be0e9..79da983 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,4 +12,5 @@ jobs: uses: onecx/ci-quarkus/.github/workflows/build.yml@v1 secrets: inherit with: + native: true helmEventTargetRepository: onecx/onecx-k8s \ No newline at end of file