Skip to content

Commit

Permalink
added QEMU to build armv6 images
Browse files Browse the repository at this point in the history
  • Loading branch information
kbudde committed Jul 21, 2022
1 parent 60b93e0 commit 40d9c32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,16 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Docker Setup Buildx
id: buildx
uses: docker/[email protected]
-
name: Available buildx platforms
run: echo ${{ steps.buildx.outputs.platforms }}
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
Expand Down

0 comments on commit 40d9c32

Please sign in to comment.