Skip to content

Commit

Permalink
ci: expand linux arch support in goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Hughes committed Mar 9, 2022
1 parent 24d2c94 commit 34eac67
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .goreleaser.yml
Expand Up @@ -36,9 +36,18 @@ builds:
goos:
- linux
goarch:
- amd64
- arm
- arm64
- '386'
- 'amd64'
- 'arm'
- 'arm64'
- 'mips'
- 'mips64'
- 'mips64le'
- 'mipsle'
- 'ppc64'
- 'ppc64le'
- 'riscv64'
- 's390x'
goarm:
- '6'
- '7'
Expand Down

0 comments on commit 34eac67

Please sign in to comment.