From 84e2b4a1634b9561e8201b9cccf4365ea1431de6 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Fri, 27 May 2022 23:28:16 -0700 Subject: [PATCH] Release linux-amd64 v0.90 --- .slsa-goreleaser.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .slsa-goreleaser.yml diff --git a/.slsa-goreleaser.yml b/.slsa-goreleaser.yml new file mode 100644 index 0000000..418e01e --- /dev/null +++ b/.slsa-goreleaser.yml @@ -0,0 +1,15 @@ +version: 1 + +env: + - CGO_ENABLED=0 + +flags: + - -trimpath + +goos: linux +goarch: amd64 + +binary: hishtory-{{ .OS }}-{{ .Arch }} + +ldflags: + - '{{ .Env.VERSION_LDFLAGS }}'