# Pastebin s7VJ5SDv [jdoss@sw-0608 joetest]$ ls Containerfile hello.text [jdoss@sw-0608 joetest]$ mv hello.text hello.txt [jdoss@sw-0608 joetest]$ podman build --platform linux/amd64,linux/arm64/v8 --manifest joetest:stable . [linux/amd64] STEP 1/2: FROM docker.io/alpine:latest [linux/amd64] STEP 2/2: COPY hello.txt /hello.txt [linux/amd64] COMMIT --> 75d7c1c65efc [linux/arm64/v8] STEP 1/2: FROM docker.io/alpine:latest 75d7c1c65efc69b03699faa14e83713c2663c1bcc4c6d5eb099d788dad52b147 Trying to pull docker.io/library/alpine:latest... Getting image source signatures Copying blob 8c6d1654570f skipped: already exists Copying config 5053b247d7 done Writing manifest to image destination Storing signatures [linux/arm64/v8] STEP 2/2: COPY hello.txt /hello.txt [linux/arm64/v8] COMMIT --> 0c35f0feaf58 0c35f0feaf587090d4b3b64dbcb37305a22bd8ac2b6b657cf586748a5da239e3 [jdoss@sw-0608 joetest]$ podman manifest inspect joetest:stable { "schemaVersion": 2, "mediaType": "application/vnd.docker.distribution.manifest.list.v2+json", "manifests": [ { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 750, "digest": "sha256:4cbe76f2efd7b05cf9956f48344143f32b4c4c570d6a147c63f070f8a0f67bf7", "platform": { "architecture": "amd64", "os": "linux" } }, { "mediaType": "application/vnd.oci.image.manifest.v1+json", "size": 750, "digest": "sha256:f623a08b4edfd17d5f54ff9cf33922e0b1946421608ba4a14d63fdf05aa8a20e", "platform": { "architecture": "arm64", "os": "linux", "variant": "v8" } } ] }