Skip to content

Commit

Permalink
Removes --append to fix docker builder create
Browse files Browse the repository at this point in the history
  • Loading branch information
reederc42 authored Mar 11, 2024
1 parent afedd4e commit 4aef813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ remove_version = $(sort $(foreach platform,$1,$(call os,$(platform))/$(call arch
sep=,
empty=
sp=$(empty) $(empty)
buildx_create_instance = $(DOCKER_BUILDX_BUILD_CLI) create --name $(DOCKER_BUILDX_INSTANCE_NAME) --use --append \
buildx_create_instance = $(DOCKER_BUILDX_BUILD_CLI) create --name $(DOCKER_BUILDX_INSTANCE_NAME) --use \
$(if $1,--config $1) \
--platform $(subst $(sp),$(sep),$(call remove_version,$(call all_image_platforms,$(ALL_PLATFORMS))))

Expand Down

0 comments on commit 4aef813

Please sign in to comment.