Skip to content

Commit

Permalink
Merge pull request #656 from tailwarden/develop
Browse files Browse the repository at this point in the history
hotfix: to include ldflags
  • Loading branch information
mlabouardy authored Mar 24, 2023
2 parents 94b492d + 8d9aa8b commit 97f6622
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ builds:
goarch: arm64
- goos: linux
goarch: arm64
ldflags:
- -X github.com/tailwarden/komiser/internal.Version={{ .Version }}
- -X github.com/tailwarden/komiser/internal.Buildtime={{ .Timestamp }}
- -X github.com/tailwarden/komiser/internal.Commit={{ .FullCommit }}

blobs:
- provider: s3
Expand Down

0 comments on commit 97f6622

Please sign in to comment.