Skip to content

Commit 40d9c32

Browse files
committed
added QEMU to build armv6 images
1 parent 60b93e0 commit 40d9c32

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,16 @@ jobs:
3535
with:
3636
username: ${{ secrets.DOCKERHUB_USERNAME }}
3737
password: ${{ secrets.DOCKERHUB_TOKEN }}
38+
-
39+
name: Set up QEMU
40+
uses: docker/setup-qemu-action@v2
3841
-
3942
name: Docker Setup Buildx
43+
id: buildx
4044
uses: docker/[email protected]
45+
-
46+
name: Available buildx platforms
47+
run: echo ${{ steps.buildx.outputs.platforms }}
4148
-
4249
name: Run GoReleaser
4350
uses: goreleaser/goreleaser-action@v3

0 commit comments

Comments
 (0)