Skip to content

Commit d64f5d2

Browse files
authored
revert (#16)
1 parent 247433b commit d64f5d2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ elif [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
4444
export CC_armv7_unknown_Linux_gnueabihf=arm-linux-gnueabihf-gcc ; \
4545
export CXX_armv7_unknown_linux_gnueabihf=arm-linux-gnueabihf-g++ ; \
4646
fi \
47-
&& cargo build --release --target $TARGET
47+
&& cargo fetch --target $TARGET
48+
#&& cargo build --release --target $TARGET
49+
#https://github.com/f2calv/multi-arch-container-rust/issues/15
4850

4951

5052

0 commit comments

Comments
 (0)