Skip to content

Commit

Permalink
Fix aarch release action (#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaogaotiantian authored Jan 29, 2025
1 parent fa1712c commit f2db6bf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:

- name: Set up QEMU
if: ${{ matrix.arch == 'aarch64' }}
uses: docker/setup-qemu-action@v1
uses: docker/setup-qemu-action@v3
with:
image: tonistiigi/binfmt:master

- name: Set up Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit f2db6bf

Please sign in to comment.