Explorar o código

Build amd64/arm64 Debian packages with CGO disabled

That should ensure that the binary is compiled statically
Frédéric Guillot %!s(int64=2) %!d(string=hai) anos
pai
achega
feb962f98a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packaging/debian/build.sh

+ 1 - 1
packaging/debian/build.sh

@@ -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 && \