Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yajuhua committed Apr 6, 2024
1 parent dcb7bc5 commit a8ddc9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/v2-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
build-amd64:
permissions: write-all
runs-on: ubuntu-latest
needs: build-jar
steps:
# 设置 QEMU, 后面 docker buildx 依赖此.
- name: Set up QEMU
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
build-arm64:
permissions: write-all
runs-on: ubuntu-latest
needs: build-jar
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
Expand Down Expand Up @@ -97,6 +99,7 @@ jobs:
push-docker-hub:
permissions: write-all
runs-on: ubuntu-latest
needs: [build-arm64,build-amd64]
steps:
- name: pull amd4 and arm64 docker images
run: |
Expand Down

0 comments on commit a8ddc9c

Please sign in to comment.