Skip to content

Commit

Permalink
Update Docker build process to include all target platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxx committed May 18, 2024
1 parent a345d17 commit 623bb97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: linux/amd64,linux/arm64
platforms: all

- name: Set Up Docker Buildx
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 623bb97

Please sign in to comment.