When attempting to use RHEL 9.6 ARM64 Server as Workload-Generator I
saw this message from a test-run
TASK [benchmark_guidellm : Pull GuideLLM container image] **********************
ok: [guidellm-client] => {"actions": [], "changed": false, "image": [{"Annotations": {"org.opencontainers.image.base.digest": "sha256:8c524200b2b7705e551ef080ac58fe8ccda0713420c21354e697af4defbf520e", "org.opencontainers.image.base.name": "quay.io/fedora/python-313-minimal:latest", "org.opencontainers.image.created": "2025-11-18T19:10:41.955106658Z"}, "Architecture": "amd64",
I then independently check Arch for the pulled Image
pa-21# podman pull ghcr.io/vllm-project/guidellm:latest Writing manifest to image destination WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
When attempting to use RHEL 9.6 ARM64 Server as Workload-Generator I
saw this message from a test-run
TASK [benchmark_guidellm : Pull GuideLLM container image] **********************
ok: [guidellm-client] => {"actions": [], "changed": false, "image": [{"Annotations": {"org.opencontainers.image.base.digest": "sha256:8c524200b2b7705e551ef080ac58fe8ccda0713420c21354e697af4defbf520e", "org.opencontainers.image.base.name": "quay.io/fedora/python-313-minimal:latest", "org.opencontainers.image.created": "2025-11-18T19:10:41.955106658Z"}, "Architecture": "amd64",
I then independently check Arch for the pulled Image
pa-21# podman pull ghcr.io/vllm-project/guidellm:latest Writing manifest to image destination WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)