On Tue, 12 Nov 2024 at 16:11, Simon Glass <s...@chromium.org> wrote: > > Add a list of possible platforms that can be used by gitlab runners. > > Signed-off-by: Simon Glass <s...@chromium.org> > Reviewed-by: Tom Rini <tr...@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.apalodi...@linaro.org>