Skip to content

Commit

Permalink
✨ chore(gradle-build.yml): Simplify QEMU setup by removing explicit…
Browse files Browse the repository at this point in the history
… platform specification in GitHub Actions workflow.
  • Loading branch information
vnobo committed Dec 16, 2024
1 parent a8feffb commit 0aff97b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ matrix.platform }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit 0aff97b

Please sign in to comment.