Skip to content

Commit

Permalink
Fix: setup builders
Browse files Browse the repository at this point in the history
  • Loading branch information
till committed Apr 20, 2023
1 parent 2690f04 commit 8ac842b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- uses: docker/login-action@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
- uses: docker/setup-qemu-action@v2
- uses: docker/setup-buildx-action@v2
- run: docker buildx ls
- uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 8ac842b

Please sign in to comment.