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).
jellyseerr
Harvey Tindall 4 months ago
parent 6b576f2ffe
commit ec2f826dec
No known key found for this signature in database
GPG Key ID: BBC65952848FB1A2

@ -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:

Loading…
Cancel
Save