Skip to content

Commit

Permalink
Merge pull request #219 from ecordell/multiplatform
Browse files Browse the repository at this point in the history
release: support additional platforms
  • Loading branch information
ecordell authored Oct 26, 2021
2 parents 833a3d4 + 321077d commit cb5a345
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 cb5a345

Please sign in to comment.