Skip to content

Commit 0e66fba

Browse files
authored
Merge pull request #1478 from dawnstrider/develop
Fixed typo for BUILDX_PLATFORM variable
2 parents 8a58c5a + 3320c5d commit 0e66fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ DOCKERFILE The name of Dockerfile to use.
6262
DOCKER_FROM The base image to use.
6363
${_GREEN}Default:${_CLEAR} 'ubuntu:24.04'
6464
65-
BUILDX_PLATFORMS
65+
BUILDX_PLATFORM
6666
Specifies the platform(s) to build the image for.
6767
${_CYAN}Example:${_CLEAR} 'linux/amd64,linux/arm64'
6868
${_GREEN}Default:${_CLEAR} 'linux/amd64'

0 commit comments

Comments
 (0)