Skip to content

Commit

Permalink
fix: qemu needed for building multi-arch images
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Aug 13, 2023
1 parent 9c6d0f6 commit 1aa8cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
- uses: docker/setup-qemu-action@v2
- uses: goreleaser/goreleaser-action@v2
with:
args: release --clean --skip-sign --skip-validate
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.8"
".": "0.1.7"
}

0 comments on commit 1aa8cf8

Please # to comment.