1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-03 01:40:20 +00:00

CI: build a proper TC0 image on x86-64

Change-Id: Id3da3b6efd620c2052ef59dc731e4b159830e805
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2021-10-04 20:56:12 +01:00
committed by Jon Mason
parent 3d935719c8
commit b3e29e60e7
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -186,9 +186,13 @@ sgi575:
tc0: tc0:
extends: .build extends: .build
tags:
- x86_64
tc1: tc1:
extends: .build extends: .build
tags:
- x86_64
toolchains: toolchains:
extends: .build extends: .build
+4
View File
@@ -4,3 +4,7 @@ header:
- base.yml - base.yml
machine: tc0 machine: tc0
target:
- tc-artifacts-image
- perf
+4
View File
@@ -4,3 +4,7 @@ header:
- base.yml - base.yml
machine: tc1 machine: tc1
target:
- tc-artifacts-image
- perf