Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Commit

Permalink
Update .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRx committed Sep 10, 2020
1 parent 4b49c7c commit a8ec49a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ builds:
- all=-trimpath={{.Env.GOPATH}}
ldflags:
- -s -w
- -X "github.com/criticalstack/crit/pkg/buildinfo.Date={{.Date}}"
- -X "github.com/criticalstack/crit/pkg/buildinfo.GitSHA={{.ShortCommit}}"
- -X "github.com/criticalstack/crit/pkg/buildinfo.Version={{.Tag}}"
- -X "github.com/criticalstack/crit/internal/buildinfo.Date={{.Date}}"
- -X "github.com/criticalstack/crit/internal/buildinfo.GitSHA={{.ShortCommit}}"
- -X "github.com/criticalstack/crit/internal/buildinfo.Version={{.Tag}}"
- id: cinder
env:
- CGO_ENABLED=0
Expand All @@ -40,9 +40,9 @@ builds:
- all=-trimpath={{.Env.GOPATH}}
ldflags:
- -s -w
- -X "github.com/criticalstack/crit/pkg/buildinfo.Date={{.Date}}"
- -X "github.com/criticalstack/crit/pkg/buildinfo.GitSHA={{.ShortCommit}}"
- -X "github.com/criticalstack/crit/pkg/buildinfo.Version={{.Tag}}"
- -X "github.com/criticalstack/crit/internal/buildinfo.Date={{.Date}}"
- -X "github.com/criticalstack/crit/internal/buildinfo.GitSHA={{.ShortCommit}}"
- -X "github.com/criticalstack/crit/internal/buildinfo.Version={{.Tag}}"
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit a8ec49a

Please sign in to comment.