zyx 2 rokov pred
rodič
commit
14a9197792
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      build.sh

+ 1 - 1
build.sh

@@ -1,4 +1,4 @@
 git pull
-cargo build --release
+cargo build --release --target=x86_64-unknown-linux-musl
 cp target/release/rust-docker .
 docker build  -t registry.cn-chengdu.aliyuncs.com/cxzx-test/rust-docker:0.1 .