Skip to content

Commit 4dfd938

Browse files
committed
fixup(linux) long form for bake flags and add missing override
Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
1 parent e3b6d01 commit 4dfd938

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ check_cli = type "$(1)" >/dev/null 2>&1 || { echo "Error: command '$(1)' require
4343
## Check if a given image exists in the current manifest docker-bake.hcl
4444
check_image = make --silent list | grep -w '$(1)' >/dev/null 2>&1 || { echo "Error: the image '$(1)' does not exist in manifest for the current platform '$(OS)/$(ARCH)'. Please check the output of 'make list'. Exiting." ; exit 1 ; }
4545
## Base "docker buildx base" command to be reused everywhere
46-
bake_base_cli := docker buildx bake -f docker-bake.hcl --load
46+
bake_base_cli := docker buildx bake --file docker-bake.hcl --file docker-bake.override.json --load
4747
## Default bake target
4848
bake_default_target := all
4949

0 commit comments

Comments
 (0)