fix: unique ids needed for each artifact
parent
f0caf684a9
commit
ba6396822e
|
@ -1,6 +1,7 @@
|
|||
project_name: platform
|
||||
builds:
|
||||
- goos:
|
||||
- id: influx
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
goarch:
|
||||
|
@ -11,7 +12,8 @@ builds:
|
|||
- GO111MODULE=on
|
||||
ldflags: -s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.date={{.Date}}
|
||||
binary: influx
|
||||
- goos:
|
||||
- id: influxd
|
||||
goos:
|
||||
- linux
|
||||
- darwin
|
||||
goarch:
|
||||
|
|
Loading…
Reference in New Issue