Skip to content

Commit

Permalink
fix: modernc.org/sqlite 不支持 win 386
Browse files Browse the repository at this point in the history
  • Loading branch information
akkuman committed Feb 13, 2023
1 parent dcfb25f commit 10ddfd1
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions cmd/rotateproxy/.goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
before:
hooks:
- go mod tidy
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- freebsd
- windows
goarch:
- amd64
- arm64

archives:
- replacements:
darwin: macOS
format: zip

checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'

0 comments on commit 10ddfd1

Please sign in to comment.