mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2024-11-13 19:46:45 +01:00
32 lines
515 B
YAML
32 lines
515 B
YAML
builds:
|
|
- env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- linux
|
|
goarch:
|
|
- amd64
|
|
main: ./cmd
|
|
ldflags:
|
|
- -s -w
|
|
|
|
archives:
|
|
- format: tar.gz
|
|
files:
|
|
- LICENSE
|
|
- config.toml
|
|
- queries/*
|
|
- migrations/*
|
|
|
|
dockers:
|
|
- goos: linux
|
|
goarch: amd64
|
|
ids:
|
|
- cic-dw
|
|
image_templates:
|
|
- "docker.grassecon.net/cic-dw/cic-dw:latest"
|
|
- "docker.grassecon.net/cic-dw/cic-dw:{{ .Tag }}"
|
|
dockerfile: Dockerfile
|
|
extra_files:
|
|
- config.toml
|
|
- queries
|