Skip to content

Commit

Permalink
✨ feat(gradle-build.yml): Enhance multi-platform support by adding …
Browse files Browse the repository at this point in the history
…Docker Buildx setup for GitHub Actions workflow.
  • Loading branch information
vnobo committed Dec 16, 2024
1 parent 46780fd commit c0ea338
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ matrix.platform }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Set up graalvm 21 for x64
uses: graalvm/setup-graalvm@v1
Expand Down

0 comments on commit c0ea338

Please sign in to comment.