File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 77linux- * .Dockerfile
88! evcc.dist.yaml
99! modules /**
10+ dist
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ release:
88before :
99 hooks :
1010 # you may remove this if you don't need go generate
11- - go generate ./...
11+ - make assets
1212builds :
1313- id : evcc
1414 # Path to main.go file or main package.
1515 main : main.go
1616 ldflags :
17- - -X github.com/andig/evcc.Version={{.Version}} -X github.com/andig/evcc.Commit={{.ShortCommit}}
17+ - -X github.com/andig/evcc/server .Version={{.Version}} -X github.com/andig/evcc/server .Commit={{.ShortCommit}}
1818 env :
1919 - CGO_ENABLED=0
2020 goos :
@@ -25,6 +25,17 @@ builds:
2525 - arm
2626 goarm :
2727 - " 6"
28+ archives :
29+ - builds :
30+ - evcc
31+ replacements :
32+ amd64 : 64-bit
33+ 386 : 32-bit
34+ darwin : macOS
35+ format : tar.gz
36+ format_overrides :
37+ - goos : windows
38+ format : zip
2839checksum :
2940 name_template : ' checksums.txt'
3041snapshot :
You can’t perform that action at this time.
0 commit comments