Skip to content

Commit

Permalink
Merge pull request #321 from reubenmiller/fix-multi-arm-build
Browse files Browse the repository at this point in the history
ci: install qemu and buildx in action
  • Loading branch information
reubenmiller authored Nov 29, 2023
2 parents a1c2a39 + bc74742 commit 90225d6
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 @@ -20,6 +20,12 @@ jobs:
with:
go-version: "1.20"

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

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

- name: Log in to registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin

Expand Down

0 comments on commit 90225d6

Please sign in to comment.