commit cb0c458a294196bfe84f5312361ded8c9da50d56
parent 54c34d27c6c3de5407096c9ba50eae03dc1bc143
Author: Sean Enck <sean@ttypty.com>
Date: Thu, 24 Jul 2025 20:54:36 -0400
goreleaser updated
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.goreleaser.yml b/.goreleaser.yml
@@ -1,3 +1,4 @@
+version: 2
project_name: lockbox
builds:
- main: cmd/lb/main.go
@@ -12,10 +13,12 @@ builds:
- arm64
flags:
- -trimpath
+ ldflags:
+ - -s -w -X main.version={{.Version}}
archives:
- name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}"
- format: tar.gz
+ formats: ['tar.gz']
files:
- none*
checksum: