We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247433b commit d64f5d2Copy full SHA for d64f5d2
1 file changed
Dockerfile
@@ -44,7 +44,9 @@ elif [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
44
export CC_armv7_unknown_Linux_gnueabihf=arm-linux-gnueabihf-gcc ; \
45
export CXX_armv7_unknown_linux_gnueabihf=arm-linux-gnueabihf-g++ ; \
46
fi \
47
-&& cargo build --release --target $TARGET
+&& cargo fetch --target $TARGET
48
+#&& cargo build --release --target $TARGET
49
+#https://github.com/f2calv/multi-arch-container-rust/issues/15
50
51
52
0 commit comments