9c5f0de7ac
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>
7 lines
124 B
Bash
7 lines
124 B
Bash
#!/usr/bin/env bash
|
|
|
|
DEBIAN_ARCH="arm64" \
|
|
. .gitlab-ci/container/debian/test-gl.sh
|
|
|
|
. .gitlab-ci/container/strip-rootfs.sh
|