Build amd64/arm64 Debian packages with CGO disabled
That should ensure that the binary is compiled statically
This commit is contained in:
parent
8602089a1e
commit
feb962f98a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ cd /src
|
|||
if [ "$PKG_ARCH" = "armhf" ]; then
|
||||
make miniflux-no-pie
|
||||
else
|
||||
make miniflux
|
||||
CGO_ENABLED=0 make miniflux
|
||||
fi
|
||||
|
||||
mkdir -p /build/debian && \
|
||||
|
|
Loading…
Reference in a new issue