From a6d2fb0224ca1a13b893adcb873841f1a57bf3ad Mon Sep 17 00:00:00 2001 From: iYs9ZPcR <112857791+iYs9ZPcR@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:15:58 +0000 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=E4=BA=86=20main.py=20?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .acceptance.goreleaser.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .acceptance.goreleaser.yml diff --git a/.acceptance.goreleaser.yml b/.acceptance.goreleaser.yml new file mode 100644 index 0000000..08a7e0c --- /dev/null +++ b/.acceptance.goreleaser.yml @@ -0,0 +1,26 @@ +before: + hooks: + - go mod tidy + - go clean -testcache && go test -timeout 30s ./... +builds: + - env: + - CGO_ENABLED=0 + - GO111MODULE=on + goos: + - linux + - darwin + goarch: + - amd64 + + id: "steampipe" + binary: "steampipe" + +archives: + - files: + - none* + format: zip + id: homebrew + name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}" + format_overrides: + - goos: linux + format: tar.gz