
These are real ARM images, unlike the `debian/baremetal_arm*_test` ones that are x86_64 images with the ARM stuff tucked away in a sub-folder. Signed-off-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29241>
5 lines
84 B
Bash
5 lines
84 B
Bash
#!/usr/bin/env bash
|
|
|
|
DEBIAN_ARCH=arm64 \
|
|
. .gitlab-ci/container/debian/test-base.sh
|