All gitlab runners are currently amd64 machines. This series attempts to create a docker image which can also support arm64 so that sandbox tests can be run on it.
Simon Glass (9): sandbox: efi_loader: Correct use of addresses as pointers test: Adjust print_ut test to use unsigned char docker: Support building for multiple architectures docker: Adjust packages for arm64 docker: Drop grub for arm64 docker: Drop tracing for arm64 docker: Drop coreboot for arm64 docker: Fix LegacyKeyValueFormat warning with PYTHONPATH CI: Add platform variable .gitlab-ci.yml | 1 + arch/sandbox/cpu/cache.c | 8 +++++- drivers/remoteproc/rproc-elf-loader.c | 18 +++++++----- lib/efi_loader/efi_image_loader.c | 3 +- test/print_ut.c | 6 ++-- tools/docker/Dockerfile | 40 +++++++++++++++++++-------- 6 files changed, 52 insertions(+), 24 deletions(-) -- 2.34.1