Files
AllinSSL/.goreleaser.yml
2025-05-21 15:45:27 +08:00

32 lines
567 B
YAML

# .goreleaser.yml
version: 2
before:
hooks:
- rm -rf frontend
- mv build frontend
release:
disable: false
archives:
- format: tar.gz
name_template: "{{ .ProjectName }}_{{ .Version }}_{{ .Os }}_{{ .Arch }}"
files:
- LICENSE
- frontend
checksum:
name_template: "{{ .ProjectName }}_{{ .Version }}_checksums.txt"
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm
- arm64
goarm:
- "7"
ignore:
- goos: windows
goarch: arm