[PATCH v5 6/6] CI: Add platform variable
Simon Glass
sjg at chromium.org
Fri Nov 15 14:48:07 CET 2024
Add a list of possible platforms that can be used by gitlab runners.
Signed-off-by: Simon Glass <sjg at chromium.org>
Reviewed-by: Tom Rini <trini at konsulko.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>
---
(no changes since v3)
Changes in v3:
- Drop patches which remove grub and tracing for arm64
.gitlab-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0aeda53bc2d..e152060b046 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,7 @@
variables:
DEFAULT_TAG: ""
MIRROR_DOCKER: docker.io
+ PLATFORM: linux/amd64,linux/arm64
default:
tags:
--
2.34.1
More information about the U-Boot
mailing list