Skip to content

Commit

Permalink
release: support additional platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
ecordell committed Oct 26, 2021
1 parent 833a3d4 commit 321077d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- uses: "actions/setup-go@v2"
with:
go-version: "^1.17"
- uses: "docker/setup-qemu-action@v1"
- uses: "docker/setup-buildx-action@v1"
- uses: "goreleaser/goreleaser-action@v2"
with:
distribution: "goreleaser"
Expand Down

0 comments on commit 321077d

Please sign in to comment.