[PATCH v3 8/9] CI: Add platform variable

Ilias Apalodimas ilias.apalodimas at linaro.org
Wed Nov 13 11:11:03 CET 2024


On Tue, 12 Nov 2024 at 16:11, Simon Glass <sjg at chromium.org> wrote:
>
> 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>
> ---
>
> 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
>

Reviewed-by: Ilias Apalodimas <ilias.apalodimas at linaro.org>


More information about the U-Boot mailing list