Skip to content

Commit 13415a6

Browse files
committed
Fix typo error in Makefile (build-multi/ and not build/)
1 parent 7c5f8fb commit 13415a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ build-all: $(foreach I, $(ALL_IMAGES), build/$(I)) ## build all stacks
9797
# without needing to update this Makefile, and if all tests succeeds we can
9898
# do a publish job that creates a multi-platform image for us.
9999
#
100-
build/%: DOCKER_BUILD_ARGS?=
100+
build-multi/%: DOCKER_BUILD_ARGS?=
101101
build-multi/%: ## build the latest image for a stack on both amd64 and arm64
102102
@echo "::group::Build $(OWNER)/$(notdir $@) (system's architecture)"
103103
docker buildx build $(DOCKER_BUILD_ARGS) -t $(OWNER)/$(notdir $@):latest ./$(notdir $@) --build-arg OWNER=$(OWNER) --load

0 commit comments

Comments
 (0)