Skip to content

Commit

Permalink
Fix package build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Kidswiss committed Jul 18, 2024
1 parent 699a6aa commit d4b5650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package-provider: export CONTROLLER_IMG = $(CONTAINER_IMG)
package-provider: $(crossplane_bin) generate-go build-docker ## Build Crossplane package for Upbound Marketplace
@rm -rf package/*.xpkg
@yq e 'del(.spec)' $(package_dir)/crossplane.yaml.template > $(package_dir)/crossplane.yaml
$(crossplane_bin) xpkg build -f $(package_dir) -o $(package_dir)/provider-cloudscale.xpkg --controller=$(CONTROLLER_IMG)
$(crossplane_bin) xpkg build -f $(package_dir) -o $(package_dir)/provider-cloudscale.xpkg --embed-runtime-image=$(CONTROLLER_IMG)

.PHONY: .local-package-push
.local-package-push: pkg_file = $(shell ls $(package_dir)/*.xpkg)
Expand Down

0 comments on commit d4b5650

Please sign in to comment.