Skip to content

Commit

Permalink
[Build] Try native arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Schaka committed Sep 18, 2024
1 parent bbd5e3e commit 5f1b5ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
gradle-version: 8.10.1

- name: Build JVM OCI image
if: "${{github.ref_name != native-arm}}"
run: gradle jib
env:
USERNAME: ${{ github.actor }}
Expand Down
4 changes: 0 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ jib {
architecture = "arm64"
os = "linux"
}
platform {
architecture = "arm"
os = "linux"
}
}
}
container {
Expand Down

0 comments on commit 5f1b5ba

Please sign in to comment.