commit | 5d18a67931be05051e65a8146ac227fcc1a30334 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sun Dec 08 11:07:24 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sat Dec 21 12:27:46 2024 -0600 |
tree | 703f30855e8b189d2586f6c1c22097eaa1d07222 | |
parent | 19d5656ad639707700f0ee2468978ede31d04da0 [diff] |
Docker/CI: Only test Xtensa on amd64 hosts The xtensa architecture is interesting in that the platforms we support are only valid on the binary-only toolchains as the DC233C instruction set requires those toolchains (and not the FSF instruction set). Only install the binary toolchain on amd64 hosts and only run the tests on them as well. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>