mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2024-11-10 01:06:46 +01:00
20 lines
302 B
YAML
20 lines
302 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/service
|
|
ldflags:
|
|
- -s -w
|
|
|
|
archives:
|
|
- format: tar.gz
|
|
files:
|
|
- LICENSE
|
|
- config.toml
|