Skip to content

Commit

Permalink
fix(ci): fix dockerfile missing when build bundle image (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
whg517 authored Sep 3, 2024
1 parent 20056cb commit 3ba5d88
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 @@ -259,7 +259,7 @@ bundle-push: ## Push the bundle image.
bundle-buildx: ## Build the bundle image.
- $(CONTAINER_TOOL) buildx create --name project-v3-builder
$(CONTAINER_TOOL) buildx use project-v3-builder
$(CONTAINER_TOOL) buildx build --push --platform=$(PLATFORMS) --tag $(BUNDLE_IMG) -f bundle.Dockerfile.cross .
$(CONTAINER_TOOL) buildx build --push --platform=$(PLATFORMS) --tag $(BUNDLE_IMG) -f bundle.Dockerfile .
$(CONTAINER_TOOL) buildx rm project-v3-builder

.PHONY: bundle-run
Expand Down

0 comments on commit 3ba5d88

Please sign in to comment.