Skip to content

Commit

Permalink
fix(Makefile): specify my personal org at upbound's registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tampakrap committed Mar 16, 2024
1 parent ad90b57 commit 8e20e8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= ${TERRAFORM_PROVIDER_REPO}/rele
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= ${TERRAFORM_PROVIDER_DOWNLOAD_NAME}_${TERRAFORM_PROVIDER_VERSION}
export TERRAFORM_DOCS_PATH ?= docs/resources

export REGISTRY_ORGS ?= xpkg.upbound.io/tampakrap
export XPKG_REG_ORGS ?= xpkg.upbound.io/tampakrap
export XPKG_REG_ORGS_NO_PROMOTE ?= xpkg.upbound.io/tampakrap

PLATFORMS ?= linux_amd64 linux_arm64

Expand Down

0 comments on commit 8e20e8c

Please sign in to comment.