cic-dw/.goreleaser.yaml

32 lines
529 B
YAML
Raw Normal View History

2022-05-05 15:29:29 +02:00
builds:
- env:
- CGO_ENABLED=0
goos:
- linux
goarch:
- amd64
main: ./cmd
ldflags:
- -s -w
archives:
- format: tar.gz
files:
- LICENSE
- config.toml
2022-05-11 16:01:29 +02:00
- queries/*
2022-05-05 15:29:29 +02:00
- migrations/*
dockers:
- goos: linux
goarch: amd64
ids:
- cic-dw
image_templates:
2022-08-26 09:28:40 +02:00
- "ghcr.io/grassrootseconomics/cic-dw/cic-dw:latest"
- "ghcr.io/grassrootseconomics/cic-dw/cic-dw:{{ .Tag }}"
2022-05-05 15:29:29 +02:00
dockerfile: Dockerfile
extra_files:
- config.toml
2022-05-11 16:01:29 +02:00
- queries