Skip to content

Commit

Permalink
Fix Goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
olivere committed Oct 13, 2021
1 parent cee9a71 commit 4fb0e22
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,24 @@ before:
# you may remove this if you don't use vgo
- go mod tidy
builds:
-
main: ./cmd/unite
- id: imgs
main: ./cmd/imgls
binary: imgls
goos:
- linux
- darwin
- windows
goarch:
- 386
- amd64
- arm
- arm64
ignore:
- goos: darwin
goarch: 386
- id: imgcat
main: ./cmd/imgcat
binary: imgcat
goos:
- linux
- darwin
Expand Down

0 comments on commit 4fb0e22

Please sign in to comment.