From 6ad3b7221e0c2930bd275fc2a42708facd25be42 Mon Sep 17 00:00:00 2001
From: nrb <freifunk@nicoboehr.de>
Date: Sat, 11 Jan 2020 22:36:05 +0100
Subject: [PATCH] remove some targets

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ef4356f13..89b5b77c5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,26 +31,6 @@ target:ar71xx-generic:
   variables:
     GLUON_TARGET: ar71xx-generic
  
-target:ar71xx-nand:
-  extends: .target
-  variables:
-    GLUON_TARGET: ar71xx-nand
- 
-target:ar71xx-tiny:
-  extends: .target
-  variables:
-    GLUON_TARGET: ar71xx-tiny
- 
-target:brcm2708-bcm2708:
-  extends: .target
-  variables:
-    GLUON_TARGET: brcm2708-bcm2708
- 
-target:brcm2708-bcm2709:
-  extends: .target
-  variables:
-    GLUON_TARGET: brcm2708-bcm2709
- 
 target:mpc85xx-generic:
   extends: .target
   variables:
@@ -71,16 +51,6 @@ target:ramips-mt76x8:
   variables:
     GLUON_TARGET: ramips-mt76x8
  
-target:x86-generic:
-  extends: .target
-  variables:
-    GLUON_TARGET: x86-generic
- 
-target:x86-geode:
-  extends: .target
-  variables:
-    GLUON_TARGET: x86-geode
- 
 target:x86-64:
   extends: .target
   variables:
-- 
GitLab