Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoo authored Jul 24, 2021
1 parent 801ee79 commit 44e122d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,30 @@ before:
builds:
- env:
- CGO_ENABLED=0
goarm:
- 6
- 7
goarch:
- amd64
- arm
- arm64
- 386
goos:
- linux
- windows
- darwin
- android
ignore:
- goos: androud
goarch: arm
- goos: darwin
goarch: 386
- goos: darwin
goarch: arm
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goos: android
goarch: 386
hooks:
Expand Down

0 comments on commit 44e122d

Please sign in to comment.