ran setup.sh
This commit is contained in:
6
Makefile
6
Makefile
@@ -1,7 +1,7 @@
|
||||
# WARNING: This file is autogenerated - changes will be overwritten when regenerated by https://github.com/pulumi/ci-mgmt
|
||||
|
||||
PACK := xyz
|
||||
ORG := pulumi
|
||||
PACK := incus
|
||||
ORG := brandonkal
|
||||
PROJECT := github.com/$(ORG)/pulumi-$(PACK)
|
||||
PROVIDER_PATH := provider
|
||||
VERSION_PATH := $(PROVIDER_PATH)/pkg/version.Version
|
||||
@@ -209,7 +209,7 @@ build_provider_cmd = cd provider && GOOS=$(1) GOARCH=$(2) CGO_ENABLED=0 go build
|
||||
provider: bin/$(PROVIDER)
|
||||
|
||||
# `make provider_no_deps` builds the provider binary directly, without ensuring that
|
||||
# `cmd/pulumi-resource-xyz/schema.json` is valid and up to date.
|
||||
# `cmd/pulumi-resource-incus/schema.json` is valid and up to date.
|
||||
# To create a release ready binary, you should use `make provider`.
|
||||
provider_no_deps:
|
||||
$(call build_provider_cmd,$(shell go env GOOS),$(shell go env GOARCH),$(WORKING_DIR)/bin/$(PROVIDER))
|
||||
|
||||
Reference in New Issue
Block a user