ci: Fix platform specifier for podman

Platform specifiers have the format `<os>|<arch>|<os>/<arch>[/<variant>]`
(<9b464c3fab/platforms.go (L69)>).
Podman is more strict than docker in parsing and does not allow to specify
`<arch> only.

Signed-off-by: Michael Scherle <michael.scherle@rz.uni-freiburg.de>
This commit is contained in:
Michael Scherle 2024-11-20 12:47:00 +00:00
parent f8534b477c
commit 7c12352b2b

View File

@ -139,7 +139,7 @@ makecheck-debian32:
image:
name: i386/debian:latest
docker:
platform: i386
platform: linux/386
script:
- git clean -fdx
- git submodule foreach --recursive git clean -fdx