Skip to content
Snippets Groups Projects
Unverified Commit fe1aae09 authored by Nico's avatar Nico
Browse files

update target list

parent 1e538b01
No related branches found
No related tags found
No related merge requests found
Pipeline #1400 passed
...@@ -80,41 +80,30 @@ update: ...@@ -80,41 +80,30 @@ update:
- staging_dir - staging_dir
key: "build-$CI_COMMIT_REF_SLUG" key: "build-$CI_COMMIT_REF_SLUG"
target:ar71xx-generic: target:ath79-generic:
extends: .target
variables:
GLUON_TARGET: ar71xx-generic
target:ar71xx-tiny:
extends: .target
variables:
GLUON_TARGET: ar71xx-tiny
target:ar71xx-nand:
extends: .target extends: .target
variables: variables:
GLUON_TARGET: ar71xx-nand GLUON_TARGET: ath79-generic
target:ath79-generic: target:ath79-nand:
extends: .target extends: .target
variables: variables:
GLUON_TARGET: ath79-generic GLUON_TARGET: ath79-nand
target:brcm2708-bcm2708: target:ath79-mikrotik:
extends: .target extends: .target
variables: variables:
GLUON_TARGET: brcm2708-bcm2708 GLUON_TARGET: ath79-mikrotik
target:brcm2708-bcm2709: target:bcm27xx-bcm2708:
extends: .target extends: .target
variables: variables:
GLUON_TARGET: brcm2708-bcm2709 GLUON_TARGET: bcm27xx-bcm2708
target:brcm2708-bcm2710: target:bcm27xx-bcm2709:
extends: .target extends: .target
variables: variables:
GLUON_TARGET: brcm2708-bcm2710 GLUON_TARGET: bcm27xx-bcm2709
BROKEN: 1
target:ipq40xx-generic: target:ipq40xx-generic:
extends: .target extends: .target
...@@ -136,10 +125,15 @@ target:lantiq-xway: ...@@ -136,10 +125,15 @@ target:lantiq-xway:
variables: variables:
GLUON_TARGET: lantiq-xway GLUON_TARGET: lantiq-xway
target:mpc85xx-generic: target:mediatek-mt7622:
extends: .target
variables:
GLUON_TARGET: mediatek-mt7622
target:mpc85xx-p1010:
extends: .target extends: .target
variables: variables:
GLUON_TARGET: mpc85xx-generic GLUON_TARGET: mpc85xx-p1010
target:mpc85xx-p1020: target:mpc85xx-p1020:
extends: .target extends: .target
...@@ -161,10 +155,10 @@ target:ramips-mt76x8: ...@@ -161,10 +155,10 @@ target:ramips-mt76x8:
variables: variables:
GLUON_TARGET: ramips-mt76x8 GLUON_TARGET: ramips-mt76x8
target:ramips-rt305x: target:rockchip-armv8:
extends: .target extends: .target
variables: variables:
GLUON_TARGET: ramips-rt305x GLUON_TARGET: rockchip-armv8
target:sunxi-cortexa7: target:sunxi-cortexa7:
extends: .target extends: .target
...@@ -181,6 +175,11 @@ target:x86-geode: ...@@ -181,6 +175,11 @@ target:x86-geode:
variables: variables:
GLUON_TARGET: x86-geode GLUON_TARGET: x86-geode
target:x86-legacy:
extends: .target
variables:
GLUON_TARGET: x86-legacy
target:x86-64: target:x86-64:
extends: .target extends: .target
variables: variables:
......
...@@ -6,26 +6,26 @@ set -o pipefail ...@@ -6,26 +6,26 @@ set -o pipefail
branch=nightly branch=nightly
TARGETS=( TARGETS=(
ar71xx-generic
ar71xx-tiny
ar71xx-nand
ath79-generic ath79-generic
brcm2708-bcm2708 ath79-nand
brcm2708-bcm2709 ath79-mikrotik
brcm2708-bcm2710 bcm27xx-bcm2708
bcm27xx-bcm2709
ipq40xx-generic ipq40xx-generic
ipq806x-generic ipq806x-generic
lantiq-xrx200 lantiq-xrx200
lantiq-xway lantiq-xway
mpc85xx-generic mediatek-mt7622
mpc85xx-p1010
mpc85xx-p1020 mpc85xx-p1020
ramips-mt7620 ramips-mt7620
ramips-mt7621 ramips-mt7621
ramips-mt76x8 ramips-mt76x8
ramips-rt305x rockchip-armv8
sunxi-cortexa7 sunxi-cortexa7
x86-generic x86-generic
x86-geode x86-geode
x86-legacy
x86-64 x86-64
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment