summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2022-01-16 19:01:38 +0100
committerGitHub <noreply@github.com>2022-01-16 19:01:38 +0100
commitd16e3e6e986b59ab6ee5e6be5b17193b0643b1e8 (patch)
treea6039e5ded3d819f9b423f178b85a421e32166b4 /Makefile
parent4219456c3aa323add86e12212b58529b6ba5e251 (diff)
chore(deps): Update Argo CD dependencies to 2.2.2 (#351)
* chore(deps): Update Argo CD dependencies to 2.2.2 Signed-off-by: jannfis <jann@mistrust.net> * Do not vendor before image build Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ce4d9a0..3d7d106 100644
--- a/Makefile
+++ b/Makefile
@@ -71,12 +71,11 @@ controller:
CGO_ENABLED=0 GOOS=${OS} GOARCH=${ARCH} go build -ldflags '${LDFLAGS}' -o ${OUTDIR}/${BINNAME} cmd/*.go
.PHONY: image
-image: clean-image mod-vendor
+image: clean-image
docker build \
-t ${IMAGE_PREFIX}${IMAGE_NAME}:${IMAGE_TAG} \
--pull \
.
- rm -rf vendor/
.PHONY: multiarch-image
multiarch-image: