summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5745d78..e65a22c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,12 +27,12 @@ release-arm-linux:
- target/aarch64-unknown-linux-gnu/release/where
- target/aarch64-unknown-linux-gnu/release/whered
-release-x86-linux:
- stage: release
- image: rust:latest
- script:
- - cargo build --verbose --release --target x86_64-unknown-linux-gnu
- artifacts:
- paths:
- - target/x86_64-unknown-linux-gnu/release/where
- - target/x86_64-unknown-linux-gnu/release/whered
+#release-x86-linux:
+# stage: release
+# image: rust:latest
+# script:
+# - cargo build --verbose --release --target x86_64-unknown-linux-gnu
+# artifacts:
+# paths:
+# - target/x86_64-unknown-linux-gnu/release/where
+# - target/x86_64-unknown-linux-gnu/release/whered