docker_image_export: Add 'platform' option

This commit is contained in:
spatterlight 2026-03-23 14:51:28 -04:00
parent 2c87133592
commit 5a28a4e346

View File

@ -64,7 +64,7 @@ options:
platform:
description:
- Ask for this specific platform when exporting.
- For example, C(linux/amd64), C(linux/arm64/v8).
- For example, C(linux/amd64), C(linux/arm64).
- Requires Docker API 1.48 or newer.
type: str
version_added: "5.1.0"