Explorar el Código

Fix crossbuild of Docker images

DarthSim hace 1 año
padre
commit
888ec0da86
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      docker/build.sh

+ 1 - 0
docker/build.sh

@@ -9,6 +9,7 @@ if [[ $BUILDARCH != $TARGETARCH ]]; then
 
   rm -rf /usr/local/go
 
+  dpkg --add-architecture ${BUILDARCH}
   apt-get update
   apt-get install -y --no-install-recommends libstdc++6:${BUILDARCH}