Skip to content

Commit

Permalink
feat: build docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
cuotos committed Feb 9, 2021
1 parent b3aa95b commit fe48341
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ builds:
goarch:
- amd64
goos:
# - linux
# - windows
- linux
- windows
- darwin
ldflags:
- -X main.appVersion={{ .Version }}
Expand All @@ -22,7 +22,6 @@ dockers:
- "cuotos/{{ .ProjectName }}:{{ .Major }}.{{ .Minor }}"
- "cuotos/{{ .ProjectName }}:{{ .Major }}.{{ .Minor }}.{{ .Patch }}"
- "cuotos/{{ .ProjectName }}:latest"
skip_push: true
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit fe48341

Please sign in to comment.