Skip to content

Commit

Permalink
Fix docker multi-platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf authored Dec 10, 2022
1 parent b2fb5b3 commit 072d00d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build and push
uses: docker/build-push-action@v3
with:
Expand Down

0 comments on commit 072d00d

Please sign in to comment.