From b330b82ff865b146549cf6fe06361353defd3fb4 Mon Sep 17 00:00:00 2001 From: Jon Lundy Date: Wed, 12 Jul 2023 13:55:57 -0600 Subject: [PATCH] Create .slsa-goreleaser.yml --- .slsa-goreleaser.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .slsa-goreleaser.yml diff --git a/.slsa-goreleaser.yml b/.slsa-goreleaser.yml new file mode 100644 index 0000000..e928a66 --- /dev/null +++ b/.slsa-goreleaser.yml @@ -0,0 +1,13 @@ +# Version for this file. +version: 1 + +# (Optional) List of env variables used during compilation. +env: + - GO111MODULE=on + - CGO_ENABLED=0 + +# The OS to compile for. `GOOS` env variable will be set to this value. +goos: linux + +# The architecture to compile for. `GOARCH` env variable will be set to this value. +goarch: amd64