41 lines
980 B
YAML
41 lines
980 B
YAML
before:
|
|
hooks:
|
|
- go mod tidy
|
|
builds:
|
|
- env:
|
|
- CGO_ENABLED=0
|
|
targets:
|
|
- linux_amd64_v1
|
|
- linux_arm64
|
|
- linux_386
|
|
dockers:
|
|
- image_templates:
|
|
- "libresh/scim:{{.Tag}}"
|
|
- "libresh/scim:latest"
|
|
build_flag_templates:
|
|
- "--label=org.opencontainers.image.created={{.Date}}"
|
|
- "--label=org.opencontainers.image.title={{.ProjectName}}"
|
|
- "--label=org.opencontainers.image.revision={{.FullCommit}}"
|
|
- "--label=org.opencontainers.image.version={{.Version}}"
|
|
dockerfile: Containerfile
|
|
archives:
|
|
- replacements:
|
|
darwin: Darwin
|
|
linux: Linux
|
|
windows: Windows
|
|
386: i386
|
|
amd64: x86_64
|
|
checksum:
|
|
name_template: "checksums.txt"
|
|
snapshot:
|
|
name_template: "{{ incpatch .Version }}-next"
|
|
changelog:
|
|
sort: asc
|
|
filters:
|
|
exclude:
|
|
- "^docs:"
|
|
- "^test:"
|
|
gitlab_urls:
|
|
api: https://lab.libreho.st/api/v4/
|
|
download: https://lab.libreho.st/
|
|
use_package_registry: true
|