Skip to content

Commit

Permalink
build: damn tabs vs spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
thesimonho committed Feb 29, 2024
1 parent 095aa61 commit e19ace2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
project_name: tarragon
builds:
- env: [CGO_ENABLED=0]
ldflags:
- -s -w -X main.version={{.Tag}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
ldflags:
- -s -w -X main.version={{.Tag}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.builtBy=goreleaser
goos:
- linux
- windows
Expand Down

0 comments on commit e19ace2

Please sign in to comment.