Skip to content

Commit

Permalink
重构了 main.py 代码
Browse files Browse the repository at this point in the history
  • Loading branch information
iYs9ZPcR committed Dec 12, 2024
1 parent a1f54ba commit a6d2fb0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .acceptance.goreleaser.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a6d2fb0

Please sign in to comment.