Skip to content

Commit

Permalink
[CI] Cumulative builds as temporary hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Nov 3, 2024
1 parent 4b42997 commit 75a7035
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ jobs:
with:
gradle-version: 8.10.2

- name: Build # Currently required as a hack, or copyPatches output is lost
run: ./gradlew build

- name: Build Native OCI Image
run: ./gradlew bootBuildImage --publishImage --imagePlatform linux/amd64
env:
Expand Down

0 comments on commit 75a7035

Please sign in to comment.