Skip to content

Commit 67e158f

Browse files
committed
ci(action): fix buildx
1 parent bdc2f19 commit 67e158f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
go.sum
2828
- name: Remove unsupported tags
2929
run: git tag -d $(git tag -l "pb/*")
30+
- name: Set up Docker Buildx
31+
uses: docker/setup-buildx-action@v3
3032
- name: Run GoReleaser
3133
uses: goreleaser/goreleaser-action@v6
3234
if: ${{ contains(github.ref, 'v') }}

0 commit comments

Comments
 (0)