Skip to content

Commit

Permalink
GitHub Gradle Action: docker setup QEMU & Buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
msgilligan committed Jun 7, 2023
1 parent 75447c8 commit 8a2051f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
with:
java-version: 17
distribution: 'temurin'
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Docker login
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 8a2051f

Please sign in to comment.