lure-updater/.goreleaser.yaml

43 lines
790 B
YAML
Raw Permalink Normal View History

2023-06-09 18:53:20 +00:00
before:
hooks:
- go mod tidy
builds:
- id: lure-updater
env:
- CGO_ENABLED=0
binary: lure-updater
goos:
- linux
goarch:
- amd64
- 386
- arm64
- arm
2023-06-10 03:11:13 +00:00
- riscv64
2023-06-09 18:53:20 +00:00
archives:
- id: archive
2023-06-09 19:10:29 +00:00
name_template: "{{ .ProjectName }}-{{ .Arch }}"
2023-06-09 18:53:20 +00:00
files:
- lure-updater.example.toml
blobs:
- provider: s3
endpoint: https://api.minio.elara.ws
region: default
bucket: lure-updater
ids:
- archive
folder: "/"
2023-06-09 19:29:47 +00:00
release:
gitea:
2023-10-07 18:50:57 +00:00
owner: lure
2023-06-09 19:29:47 +00:00
name: lure-updater
2023-06-09 18:53:20 +00:00
gitea_urls:
api: 'https://gitea.elara.ws/api/v1/'
download: 'https://gitea.elara.ws'
skip_tls_verify: false
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ incpatch .Version }}-next"
changelog:
sort: asc