Skip to content

Commit

Permalink
Merge pull request #3 from Kurrawong/edmond/update
Browse files Browse the repository at this point in the history
Add buildx setup in release workflow
  • Loading branch information
edmondchuc authored Jan 23, 2024
2 parents 023edd0 + b3a9527 commit 90efcb7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up and use Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Build container image and push
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit 90efcb7

Please sign in to comment.