Skip to content

Commit

Permalink
upgrade goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
samvdb committed May 13, 2021
1 parent 1f32343 commit f4e1c6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ builds:
- CGO_ENABLED=0
- GO111MODULE=on
binary: proxy
ldflags: -s -w -X github.com/samvdb/loxone-weather-proxy/common/hugo.buildDate={{.Date}} -X github.com/gohugoio/hugo/common/hugo.commitHash={{ .ShortCommit }}
id: loxone-weather-proxy
goos:
- linux
- darwin
- windows
goarch:
- 386
Expand Down Expand Up @@ -41,7 +39,7 @@ dockers:
- 'samvdb/loxone-weather-proxy:v{{ .Major }}.{{ .Minor }}'
- 'samvdb/loxone-weather-proxy:latest'
dockerfile: Dockerfile
binaries:
ids:
- proxy
build_flag_templates:
- "--pull"
Expand Down

0 comments on commit f4e1c6c

Please sign in to comment.