Skip to content

Commit

Permalink
Merge pull request #13 from ktr0731/update-goreleaser
Browse files Browse the repository at this point in the history
update GoReleaser
  • Loading branch information
ktr0731 authored Feb 17, 2021
2 parents bd4969b + f597d9d commit c4b73db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
builds:
-
main: ./itunes/main.go
binary: itunes
env:
- CGO_ENABLED=0
goos:
Expand All @@ -10,7 +11,6 @@ builds:
goarch:
- amd64
- arm
- '386'
archives:
-
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}"
Expand Down

0 comments on commit c4b73db

Please sign in to comment.