mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-08 12:24:55 +00:00
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:
parent
f8534b477c
commit
7c12352b2b
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user