Skip to content

Commit

Permalink
fix: set version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Bye committed Sep 14, 2021
1 parent f6a8dbd commit 2049065
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ builds:
goarch:
- amd64
- arm64
ldflags:
- -s -w
- -X github.com/awslabs/amazon-ecr-credential-helper/ecr-login/version.Version={{.Version}}
- -X github.com/awslabs/amazon-ecr-credential-helper/ecr-login/version.GitCommitSHA={{.Commit}}
archives:
- replacements:
darwin: Darwin
Expand Down

0 comments on commit 2049065

Please sign in to comment.