cic-custodial/.goreleaser.yaml

22 lines
372 B
YAML
Raw Normal View History

2022-11-30 10:51:24 +01:00
builds:
- id: linux-amd64
2022-12-01 10:31:08 +01:00
env:
2022-12-01 09:09:46 +01:00
- CGO_ENABLED=1
- CC=x86_64-linux-gnu-gcc
- CXX=x86_64-linux-gnu-g++
2022-11-30 10:51:24 +01:00
goos:
- linux
goarch:
- amd64
2023-02-20 11:26:21 +01:00
main: ./cmd/service
2022-11-30 10:51:24 +01:00
ldflags:
2023-03-08 11:02:56 +01:00
- -X main.build={{.ShortCommit}} -s -w
2022-11-30 10:51:24 +01:00
archives:
- format: tar.gz
files:
- LICENSE
- config.toml
- queries.sql
2023-02-22 13:12:32 +01:00
- migrations