Same as arm64, but with fewer bits. v2 (Martin Roukala): - Dropped some LAVA-specific changes - Use FDO_DISTRIBUTION_PLATFORM to select the platform Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32927>
5 lines
84 B
Bash
5 lines
84 B
Bash
#!/usr/bin/env bash
|
|
|
|
DEBIAN_ARCH=armhf \
|
|
. .gitlab-ci/container/debian/test-base.sh
|