Skip to content

Commit 4aef813

Browse files
authored
Removes --append to fix docker builder create
1 parent afedd4e commit 4aef813

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
@@ -216,7 +216,7 @@ remove_version = $(sort $(foreach platform,$1,$(call os,$(platform))/$(call arch
216216
sep=,
217217
empty=
218218
sp=$(empty) $(empty)
219-
buildx_create_instance = $(DOCKER_BUILDX_BUILD_CLI) create --name $(DOCKER_BUILDX_INSTANCE_NAME) --use --append \
219+
buildx_create_instance = $(DOCKER_BUILDX_BUILD_CLI) create --name $(DOCKER_BUILDX_INSTANCE_NAME) --use \
220220
$(if $1,--config $1) \
221221
--platform $(subst $(sp),$(sep),$(call remove_version,$(call all_image_platforms,$(ALL_PLATFORMS))))
222222

0 commit comments

Comments
 (0)