Skip to content

Commit 0189ff6

Browse files
authored
fix: add dockerbuildx configuration (#16)
1 parent be97e61 commit 0189ff6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
with:
2121
go-version: 1.16.x
2222

23+
- name: Set up Docker Buildx
24+
uses: docker/setup-buildx-action@v1
25+
2326
- name: Run GoReleaser
2427
uses: goreleaser/goreleaser-action@v1
2528
with:

0 commit comments

Comments
 (0)