Is your feature request related to a problem? Please describe.
I'd like to run the guidellm container image on aarch64 system
sut# lscpu | grep Model <-- Model name: Ampere-1a
sut# podman run --rm ghcr.io/vllm-project/guidellm:latest
WARNING: image platform (linux/amd64) does not match the expected platform (linux/arm64)
{"msg":"exec container process /opt/app-root/bin/guidellm: Exec format error","level":"error","time":"2025-12-04T18:58:30.772456Z"}
Describe the solution you'd like
Availability of (linux/arm64) image
Describe alternatives you've considered
Using 'pip install' provides aarch64 wheels-pkgs
Additional context
None