mirror of
https://github.com/grassrootseconomics/cic-chain-events.git
synced 2024-11-16 13:06:46 +01:00
22 lines
334 B
YAML
22 lines
334 B
YAML
|
builds:
|
||
|
- id: linux-amd64
|
||
|
env:
|
||
|
- CGO_ENABLED=1
|
||
|
- CC=x86_64-linux-gnu-gcc
|
||
|
- CXX=x86_64-linux-gnu-g++
|
||
|
goos:
|
||
|
- linux
|
||
|
goarch:
|
||
|
- amd64
|
||
|
main: ./cmd
|
||
|
ldflags:
|
||
|
- -s -w
|
||
|
|
||
|
archives:
|
||
|
- format: tar.gz
|
||
|
files:
|
||
|
- LICENSE
|
||
|
- config.toml
|
||
|
- queries.sql
|
||
|
- migrations/
|