Skip to content

Commit

Permalink
update workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
yajuhua committed Apr 11, 2024
1 parent 9fbf72e commit c2b993c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
push-docker-hub:
permissions: write-all
runs-on: ubuntu-latest
needs: [ build-arm64,build-amd64 ]
needs: [ build-arm64,build-amd64,build-arm32v7]
steps:
# 设置 QEMU, 后面 docker buildx 依赖此.
- name: Set up QEMU
Expand Down

0 comments on commit c2b993c

Please sign in to comment.