Skip to content

Commit

Permalink
fix docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
selcarpa committed Nov 17, 2023
1 parent 5e612bc commit f33493a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
server-id: github

- name: Enable crossBuild
run: docker run --privileged --rm tonistiigi/binfmt --install all && docker buildx create --use --name multi-arch-builder

- name: Execute with Gradle
shell: bash
env:
Expand Down

0 comments on commit f33493a

Please sign in to comment.