Skip to content

Commit

Permalink
Merge pull request #50 from stevendborrelli/release-1.9-3176
Browse files Browse the repository at this point in the history
revert makefile changes
  • Loading branch information
stevendborrelli authored Aug 3, 2022
2 parents 4430741 + 73f2f2e commit b42eaf1
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ PLATFORMS ?= linux_amd64 linux_arm64 linux_arm linux_ppc64le darwin_amd64 darwin
# ====================================================================================
# Setup Output

S3_BUCKET ?= crossplane.releases
-include build/makelib/output.mk

# ====================================================================================
Expand Down Expand Up @@ -56,19 +55,11 @@ HELM_CHART_LINT_ARGS_crossplane = --set nameOverride='',imagePullSecrets=''
# Due to the way that the shared build logic works, images should
# all be in folders at the same level (no additional levels of nesting).

REGISTRY_ORGS = docker.io/crossplane
REGISTRY_ORGS = docker.io/upbound
IMAGES = crossplane
OSBASEIMAGE = gcr.io/distroless/static:nonroot
-include build/makelib/imagelight.mk

# ====================================================================================
# Setup Docs

SOURCE_DOCS_DIR = docs
DEST_DOCS_DIR = docs
DOCS_GIT_REPO = https://$(DOCS_GIT_USR):$(DOCS_GIT_PSW)@github.com/crossplane/crossplane.github.io.git
-include build/makelib/docs.mk

# ====================================================================================
# Targets

Expand Down

0 comments on commit b42eaf1

Please sign in to comment.