From 76c6d10ad6e62bd2e9968b44d2481a5313f98964 Mon Sep 17 00:00:00 2001
From: togir <marvin@weiler.rocks>
Date: Tue, 8 Mar 2022 10:46:35 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c7b1b82..416fe91 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,20 +2,6 @@ stages:
   - build
   - distribute
 
-build:x86_64windows:
-  rules:
-    - if: $CI_COMMIT_TAG
-  stage: build
-  image: rust:1-buster
-  before_script:
-    - rustup target add x86_64-pc-windows-gnu
-    - apt-get update && apt-get install -y gcc-mingw-w64-x86-64
-  script:
-    - cargo build --release --target=x86_64-pc-windows-gnu
-  artifacts:
-    paths:
-      - target/
-
 build:x86_64linux:
   rules:
     - if: $CI_COMMIT_TAG
@@ -29,19 +15,6 @@ build:x86_64linux:
     paths:
       - target/
 
-build:i686linux:
-  rules:
-    - if: $CI_COMMIT_TAG
-  stage: build
-  image: rust:1-buster
-  before_script:
-    - rustup target add i686-unknown-linux-gnu
-  script:
-    - cargo build --release --target=i686-unknown-linux-gnu
-  artifacts:
-    paths:
-      - target/
-
 binary:
   rules:
     - if: $CI_COMMIT_TAG
-- 
GitLab