mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-08-14 10:08:24 +02:00
Merge pull request #1478 from dawnstrider/develop
Fixed typo for BUILDX_PLATFORM variable
This commit is contained in:
2
build.sh
2
build.sh
@ -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'
|
||||
|
Reference in New Issue
Block a user