Skip to content

Commit

Permalink
fix: build-release workflow build quemu docker
Browse files Browse the repository at this point in the history
  • Loading branch information
nullxx authored May 18, 2024
1 parent 73f9457 commit 33b4165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.3
v1.1.4

0 comments on commit 33b4165

Please sign in to comment.