aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropenshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com>2022-07-12 21:41:22 +0000
committerGitHub <noreply@github.com>2022-07-12 21:41:22 +0000
commit255740bdf8a45e644039a83082d6f829c1018512 (patch)
treeb472a3241893488da49851ecf861a3fbae8d7829
parent72d13c56ce2784aa27ce2481e85de516672d0b5f (diff)
parent27e12aa074dd120133970292990a51aac0b87f08 (diff)
downloadpodman-255740bdf8a45e644039a83082d6f829c1018512.tar.gz
podman-255740bdf8a45e644039a83082d6f829c1018512.tar.bz2
podman-255740bdf8a45e644039a83082d6f829c1018512.zip
Merge pull request #14910 from flouthoc/fix-test
test,manifest-run: declare `TARGETPLATFORM` in test containerfile.
-rw-r--r--test/e2e/build/Containerfile.with-platform1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/e2e/build/Containerfile.with-platform b/test/e2e/build/Containerfile.with-platform
index 3bb585a0a..0b030d13c 100644
--- a/test/e2e/build/Containerfile.with-platform
+++ b/test/e2e/build/Containerfile.with-platform
@@ -1 +1,2 @@
+ARG TARGETPLATFORM
FROM --platform=$TARGETPLATFORM alpine