commit | ef4ca5819b83bb63a2dc0eef1a4a83b66c0e0a66 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Nov 27 11:17:29 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 16:34:30 2024 -0600 |
tree | 50d876843defa5a8d60221e99f7ccef8b17b22b1 | |
parent | f8e201262f362cef7c92a858c9c081b4e767f750 [diff] |
docker: Install toolchains on arm64 host Refactor the code to support downloading toolchains for arm64 as well as x86_64 There doesn't seem to be an xtensa toolchain for arm64 at the same location, so download that only on x86 Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>