Skip to content

Commit

Permalink
fix: unique ids needed for each artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
rawkode committed May 27, 2020
1 parent f0caf68 commit ba63968
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .goreleaser-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
project_name: platform
builds:
- goos:
- id: influx
goos:
- linux
- darwin
goarch:
Expand All @@ -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:
Expand Down

0 comments on commit ba63968

Please sign in to comment.