Skip to content

Commit

Permalink
add timezone data for terraform cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bloemberg committed May 6, 2022
1 parent 6f355ea commit 1a72a5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ gopath/

# may contain sensitive information and is user specific
.envrc.local

vendor/
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ builds:
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
- -trimpath
- -tags=timetzdata
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
Expand All @@ -38,7 +39,7 @@ checksum:
signs:
- artifacts: checksum
args:
# if you are using this is a GitHub action or some other automated pipeline, you
# if you are using this is a GitHub action or some other automated pipeline, you
# need to pass the batch flag to indicate its not interactive.
- "--batch"
- "--local-user"
Expand Down

0 comments on commit 1a72a5c

Please sign in to comment.