mirror of https://github.com/containers/podman.git
Merge pull request #14910 from flouthoc/fix-test
test,manifest-run: declare `TARGETPLATFORM` in test containerfile.
This commit is contained in:
commit
255740bdf8
|
|
@ -1 +1,2 @@
|
||||||
|
ARG TARGETPLATFORM
|
||||||
FROM --platform=$TARGETPLATFORM alpine
|
FROM --platform=$TARGETPLATFORM alpine
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue