Skip to content

Commit

Permalink
Add buildx setup in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondchuc committed Jan 23, 2024
1 parent 1a4358a commit b3a9527
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 b3a9527

Please sign in to comment.