mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 08:10:11 +01:00
ci: fix arm32v7 Debian container preparation
buildah tried to pull the arm64 variant of the arm32v7/debian:bookworm container: * choosing an image from manifest list docker://arm32v7/debian:bookworm: no image found in image index for architecture "arm64", variant "v8", OS "linux" Signed-off-by: Simon Ser <contact@emersion.fr>
This commit is contained in:
parent
c3a4c985d5
commit
dccb4b18e2
1 changed files with 1 additions and 0 deletions
|
|
@ -62,6 +62,7 @@ stages:
|
||||||
- .os-debian
|
- .os-debian
|
||||||
variables:
|
variables:
|
||||||
BUILD_ARCH: "armv7"
|
BUILD_ARCH: "armv7"
|
||||||
|
FDO_DISTRIBUTION_PLATFORM: linux/arm/v7
|
||||||
|
|
||||||
.os-freebsd:
|
.os-freebsd:
|
||||||
variables:
|
variables:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue