Skip to content

Commit

Permalink
readd symbol flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-dadams committed Sep 27, 2024
1 parent 9ce3bff commit ac4d43b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build/goreleaser/linux/build_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
goos:
- linux
ldflags:
- -X main.buildVersion={{.Version}}
- -X main.gitCommit={{.Commit}}
- -X main.buildDate={{.Date}}
- -s -w -X main.buildVersion={{.Version}}
- -s -w -X main.gitCommit={{.Commit}}
- -s -w -X main.buildDate={{.Date}}
goarch:
- arm64

Expand All @@ -25,9 +25,9 @@
goos:
- linux
ldflags:
- -X main.buildVersion={{.Version}}
- -X main.gitCommit={{.Commit}}
- -X main.buildDate={{.Date}}
- -s -w -X main.buildVersion={{.Version}}
- -s -w -X main.gitCommit={{.Commit}}
- -s -w -X main.buildDate={{.Date}}
goarch:
- arm64

Expand All @@ -41,9 +41,9 @@
goos:
- linux
ldflags:
- -X main.buildVersion={{.Version}}
- -X main.gitCommit={{.Commit}}
- -X main.buildDate={{.Date}}
- -s -w -X main.buildVersion={{.Version}}
- -s -w -X main.gitCommit={{.Commit}}
- -s -w -X main.buildDate={{.Date}}
goarch:
- arm64
# end build arm64

0 comments on commit ac4d43b

Please sign in to comment.