mirror of
https://github.com/grassrootseconomics/farmstar-survey-backend.git
synced 2024-11-16 07:16:47 +01:00
17 lines
237 B
Plaintext
17 lines
237 B
Plaintext
|
builds:
|
||
|
- id: linux-amd64
|
||
|
env:
|
||
|
- CGO_ENABLED=0
|
||
|
goos:
|
||
|
- linux
|
||
|
goarch:
|
||
|
- amd64
|
||
|
main: ./cmd/farmstar
|
||
|
ldflags:
|
||
|
- -s -w
|
||
|
|
||
|
archives:
|
||
|
- format: tar.gz
|
||
|
files:
|
||
|
- LICENSE
|
||
|
- config.toml
|