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 5650cbc commit 4a0baee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ jobs:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}

- name: Print architecture from within container
uses: sandervocke/setup-qemu-container@v1
- uses: sandervocke/setup-qemu-container@v1
with:
container: ubuntu
arch: arm
- name: Print architecture from within container
shell: run-in-container.sh {0}
run: ./gradlew bootBuildImage

0 comments on commit 4a0baee

Please sign in to comment.