Merge pull request #1478 from dawnstrider/develop

Fixed typo for BUILDX_PLATFORM variable
This commit is contained in:
Tobias Genannt
2025-07-08 07:19:23 +02:00
committed by GitHub

View File

@ -62,7 +62,7 @@ DOCKERFILE The name of Dockerfile to use.
DOCKER_FROM The base image to use.
${_GREEN}Default:${_CLEAR} 'ubuntu:24.04'
BUILDX_PLATFORMS
BUILDX_PLATFORM
Specifies the platform(s) to build the image for.
${_CYAN}Example:${_CLEAR} 'linux/amd64,linux/arm64'
${_GREEN}Default:${_CLEAR} 'linux/amd64'