Checklist:
argocd version.Describe the bug
No rule to make target `dev-builder-image' in Makefile.
make dev-builder-image
make: *** No rule to make target `dev-builder-image'. Stop.
To Reproduce
git clone https://github.com/argoproj/argo-cd.git
cd argo-cd
dep ensure
make dev-builder-image
Expected behavior
execute make dev-builder-image successfully.
Screenshots
If applicable, add screenshots to help explain your problem.
Version
argocd version
argocd: v1.2.5+85f62df
BuildDate: 2019-10-29T00:07:08Z
GitCommit: 85f62dff9e3de5a2ee80e9350c897923f59b7e85
GitTreeState: clean
GoVersion: go1.12.6
Compiler: gc
Platform: darwin/amd64
FATA[0000] token contains an invalid number of segments argocd version
argocd: v1.2.5+85f62df
BuildDate: 2019-10-29T00:07:08Z
GitCommit: 85f62dff9e3de5a2ee80e9350c897923f59b7e85
GitTreeState: clean
GoVersion: go1.12.6
Compiler: gc
Platform: darwin/amd64
FATA[0000] token contains an invalid number of segments
Logs
This is actually a discrepancy between the documentation and the reality: The correct target is dev-tools-image, not dev-builder-imager
Thanks. It works. I'll submit a PR for this.
Most helpful comment
Thanks. It works. I'll submit a PR for this.