Skip to content

Commit

Permalink
add ci support multi platform (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaojin3616 authored Oct 17, 2023
2 parents 91ba9c5 + 41de463 commit 7884a80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v1

- name: set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login Nexus Container Registry
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 7884a80

Please sign in to comment.