commit 4a985ae0fdabd1462dc0ffe59969434ede874aeb parent 7f6b46be7359145c56015f8715f15be35764ea6c Author: Sean Enck <sean@ttypty.com> Date: Mon, 3 Mar 2025 14:33:16 -0500 remaining files Diffstat:
| D | lockbox/.gitignore | | | 2 | -- |
| D | lockbox/.goreleaser.yml | | | 22 | ---------------------- |
2 files changed, 0 insertions(+), 24 deletions(-)
diff --git a/lockbox/.gitignore b/lockbox/.gitignore @@ -1,2 +0,0 @@ -target/ -testdata/ diff --git a/lockbox/.goreleaser.yml b/lockbox/.goreleaser.yml @@ -1,22 +0,0 @@ -project_name: lockbox -builds: - - main: cmd/main.go - env: - - CGO_ENABLED=0 - binary: lb - goos: - - linux - - darwin - goarch: - - amd64 - - arm64 - flags: - - -trimpath - -archives: - - name_template: "{{ .ProjectName }}-{{ .Version }}-{{ .Os }}-{{ .Arch }}" - format: tar.gz - files: - - none* -checksum: - name_template: "{{ .ProjectName }}-{{ .Version }}-checksums.txt"