mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
f337f6c8b1
Signed-off-by: Maksym Pavlenko <pavlenko.maksym@gmail.com>
55 lines
883 B
YAML
55 lines
883 B
YAML
project_name: "Podsync"
|
|
|
|
before:
|
|
hooks:
|
|
- go mod tidy
|
|
|
|
builds:
|
|
- main: ./cmd/podsync/
|
|
binary: podsync
|
|
env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- linux
|
|
- darwin
|
|
- windows
|
|
goarch:
|
|
- 386
|
|
- amd64
|
|
- arm
|
|
- arm64
|
|
|
|
dockers:
|
|
- image_templates:
|
|
- 'mxpv/podsync:{{ .Tag }}'
|
|
- 'mxpv/podsync:v{{ .Major }}.{{ .Minor }}'
|
|
- 'mxpv/podsync:latest'
|
|
- 'ghcr.io/mxpv/podsync:{{ .Tag }}'
|
|
- 'ghcr.io/mxpv/podsync:latest'
|
|
|
|
archives:
|
|
- replacements:
|
|
darwin: Darwin
|
|
linux: Linux
|
|
windows: Windows
|
|
386: i386
|
|
amd64: x86_64
|
|
format_overrides:
|
|
- goos: windows
|
|
format: zip
|
|
|
|
checksum:
|
|
name_template: 'checksums.txt'
|
|
|
|
snapshot:
|
|
name_template: '{{ .Tag }}-next'
|
|
|
|
changelog:
|
|
sort: asc
|
|
filters:
|
|
exclude:
|
|
- '^docs:'
|
|
- '^test:'
|
|
- Merge pull request
|
|
- Merge branch
|