cic-custodial/.goreleaser.yaml

29 lines
513 B
YAML
Raw Normal View History

2022-11-30 10:51:24 +01:00
builds:
- env:
2022-12-01 09:09:46 +01:00
- CGO_ENABLED=1
2022-11-30 10:51:24 +01:00
goos:
- linux
goarch:
- amd64
2022-12-01 09:09:46 +01:00
main: ./cmd
2022-11-30 10:51:24 +01:00
ldflags:
- -s -w
archives:
- format: tar.gz
files:
- LICENSE
- config.toml
dockers:
- goos: linux
goarch: amd64
ids:
2022-12-01 09:09:46 +01:00
- cic-custodial
2022-11-30 10:51:24 +01:00
image_templates:
- "ghcr.io/grassrootseconomics/cic-custodial/cic-custodial:latest"
- "ghcr.io/grassrootseconomics/cic-custodial/cic-custodial:{{ .Tag }}"
dockerfile: Dockerfile
extra_files:
- config.toml