[PATCH 9/9] CI: Add platform variable
Simon Glass
sjg at chromium.org
Mon Nov 4 14:39:53 CET 2024
Add a list of possible platforms that can be used by gitlab runners.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
.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