2022-11-30 10:51:24 +01:00
|
|
|
builds:
|
2022-12-01 10:19:47 +01:00
|
|
|
- id: linux-amd64
|
2022-12-01 10:31:08 +01:00
|
|
|
env:
|
2022-12-01 09:09:46 +01:00
|
|
|
- CGO_ENABLED=1
|
2022-12-01 10:19:47 +01:00
|
|
|
- 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
|
2023-03-01 12:19:57 +01:00
|
|
|
- queries.sql
|
2023-02-22 13:12:32 +01:00
|
|
|
- migrations
|