mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 14:25:56 +00:00
Gitlab: Add DEFAULT_FAST_ARM64_TAG as well
Upon further consideration, we should have both DEFAULT_FAST_ARM64_TAG and DEFAULT_ARM64_TAG values available. This will allow us to later run a matrix of some jobs, such as sandbox, on any arm64 host and still keep the world build to only fast arm64 hosts. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
bbfa4fe13c
commit
319b2e655a
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
variables:
|
variables:
|
||||||
DEFAULT_ALL_TAG: "all"
|
DEFAULT_ALL_TAG: "all"
|
||||||
DEFAULT_ARM64_TAG: "arm64"
|
DEFAULT_ARM64_TAG: "arm64"
|
||||||
|
DEFAULT_FAST_ARM64_TAG: "fast arm64"
|
||||||
DEFAULT_AMD64_TAG: "amd64"
|
DEFAULT_AMD64_TAG: "amd64"
|
||||||
DEFAULT_FAST_AMD64_TAG: "fast amd64"
|
DEFAULT_FAST_AMD64_TAG: "fast amd64"
|
||||||
MIRROR_DOCKER: docker.io
|
MIRROR_DOCKER: docker.io
|
||||||
|
@ -113,7 +114,7 @@ build all platforms in a single job:
|
||||||
dependencies: []
|
dependencies: []
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- HOST: "arm64"
|
- HOST: "fast arm64"
|
||||||
- HOST: "fast amd64"
|
- HOST: "fast amd64"
|
||||||
tags:
|
tags:
|
||||||
- ${HOST}
|
- ${HOST}
|
||||||
|
|
Loading…
Add table
Reference in a new issue