Skip to content

Commit

Permalink
ci: remove unused build tag from goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
radeksimko committed Sep 26, 2022
1 parent 5f9aa87 commit a987815
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ builds:
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
- -trimpath
- -tags=preloadschema
ldflags:
- '-s -w -X "main.version={{ .RawVersion }}" -X "main.versionPrerelease={{ if .IsSnapshot }}snapshot.{{ .ShortCommit }}{{ else }}{{ .Prerelease }}{{ end }}"{{ if not .IsSnapshot }} -X "main.algoliaAppID={{ .Env.ALGOLIA_APP_ID }}" -X "main.algoliaAPIKey={{ .Env.ALGOLIA_API_KEY }}"{{ end }}'
goarch:
Expand All @@ -33,7 +32,6 @@ builds:
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
- -trimpath
- -tags=preloadschema
ldflags:
- '-s -w -X "main.version={{ .RawVersion }}" -X "main.versionPrerelease={{ if .IsSnapshot }}snapshot.{{ .ShortCommit }}{{ else }}{{ .Prerelease }}{{ end }}"{{ if not .IsSnapshot }} -X "main.algoliaAppID={{ .Env.ALGOLIA_APP_ID }}" -X "main.algoliaAPIKey={{ .Env.ALGOLIA_API_KEY }}"{{ end }}'
goarch:
Expand Down

0 comments on commit a987815

Please sign in to comment.