Skip to content

Commit

Permalink
Fix missing setup steps for multi-arch build in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
ccremer committed Sep 12, 2022
1 parent f50326a commit 9b9455c
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 @@ -19,6 +19,12 @@ jobs:
- name: Determine Go version from go.mod
run: echo "GO_VERSION=$(go mod edit -json | jq -r .Go)" >> $GITHUB_ENV

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

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

- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}
Expand Down

0 comments on commit 9b9455c

Please sign in to comment.