1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-07 21:10:11 +00:00

goreleaser: support building on non-x86-64 host

jfa-go-build-docker is now built for an arm64 host primarily,
and the manually specified x86-64 (cross)compiler and pkg-config means
compilation will work on it (or another architecture in future).
This commit is contained in:
Harvey Tindall 2024-07-26 12:42:38 +01:00
parent 6b576f2ffe
commit ec2f826dec
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2

View File

@ -80,6 +80,9 @@ builds:
dir: ./
env:
- CGO_ENABLED=1
- CC=x86_64-linux-gnu-gcc
- CXX=x86_64-linux-gnu-gcc
- PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:$PKG_CONFIG_PATH
flags:
- -tags=tray
ldflags: