Skip to content

Commit cd17969

Browse files
committed
Tweak native image build
1 parent bcf80cd commit cd17969

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- run: |
104104
sudo apt-get update
105105
sudo apt-get install -y qemu-user-static
106-
- run: $MVN install -Dquickly -P op,prod,native -Dquarkus.native.container-build=true -Dquarkus.container-image.build=true
106+
- run: $MVN install -P op,prod,native -Dquarkus.native.container-build=true
107107
- uses: redhat-actions/podman-login@v1
108108
with:
109109
registry: quay.io
@@ -152,11 +152,11 @@ jobs:
152152
components: native-image
153153
cache: maven
154154
- if: matrix.os == 'ubuntu-latest'
155-
run: ./mvnw --show-version --batch-mode --no-transfer-progress install -Dquickly -P op,prod,native -Dquarkus.native.container-build=false
155+
run: ./mvnw --show-version --batch-mode --no-transfer-progress install -P op,prod,native -Dquarkus.native.container-build=false
156156
- if: matrix.os == 'macos-latest'
157-
run: ./mvnw --show-version --batch-mode --no-transfer-progress install -Dquickly -P op,prod,native -Dquarkus.native.container-build=false
157+
run: ./mvnw --show-version --batch-mode --no-transfer-progress install -P op,prod,native -Dquarkus.native.container-build=false
158158
- if: matrix.os == 'windows-latest'
159-
run: .\mvnw.cmd --show-version --batch-mode --no-transfer-progress install -Dquickly -P op,prod,native "-Dquarkus.native.container-build=false"
159+
run: .\mvnw.cmd --show-version --batch-mode --no-transfer-progress install -P op,prod,native "-Dquarkus.native.container-build=false"
160160
- run: |
161161
APP_NAME="hal-op"
162162
VERSION="${{ steps.get-version.outputs.version-without-v }}"

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Tweak native image build
13+
1014
## [0.0.12] - 2026-02-05
1115

1216
### Changed

0 commit comments

Comments
 (0)