Skip to content

Commit

Permalink
feat: add crane setup
Browse files Browse the repository at this point in the history
  • Loading branch information
armandomiani committed Dec 19, 2024
1 parent 0fe204d commit 24738a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/c2d_deployer.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ TESTER_BUILDER := tester-builder-$(shell echo $$RANDOM)
| .build/$(CHART_NAME)
$(call print_target,$@)

docker buildx create --append --name $(DEPLOYER_BUILDER) --use
docker buildx create --name $(DEPLOYER_BUILDER) --use
docker buildx inspect $(DEPLOYER_BUILDER) --bootstrap
docker buildx build \
--push \
Expand Down Expand Up @@ -147,7 +147,7 @@ $(IMAGE_TARGETS_LIST): .build/$(CHART_NAME)/%: .build/setup_crane \
| .build/$(CHART_NAME)
$(call print_target,$@)

docker buildx create --append --name $(TESTER_BUILDER) --use
docker buildx create --name $(TESTER_BUILDER) --use
docker buildx inspect $(TESTER_BUILDER) --bootstrap
cd apptest/tester \
&& docker buildx build \
Expand Down

0 comments on commit 24738a1

Please sign in to comment.