Skip to content

make hostpath failed #226

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
silenceper opened this issue Nov 24, 2020 · 1 comment · Fixed by #227
Closed

make hostpath failed #226

silenceper opened this issue Nov 24, 2020 · 1 comment · Fixed by #227

Comments

@silenceper
Copy link
Contributor

silenceper commented Nov 24, 2020

follow readme:

$ make hostpath
make: *** No rule to make target 'hostpath'.  Stop.

when i use make build success,Is the readme wrong?

platform: Mac And Linux

@pohly
Copy link
Contributor

pohly commented Nov 24, 2020

Is the readme wrong?

Yes. We have the same generic build targets (make build, make push, ...) in all repos now. To build an individual command in a repo which has more than one, use make build-<cmd name> where <cmd name> is one of the CMD items in the top-level Makefile.

Care to submit a PR which fixes this?

sunnylovestiramisu added a commit to sunnylovestiramisu/csi-driver-host-path that referenced this issue Apr 26, 2023
4133d1d Merge pull request kubernetes-csi#226 from msau42/cloudbuild
8d519d2 Pin buildkit to v0.10.6 to workaround v0.11 bug with docker manifest
6e04a03 Merge pull request kubernetes-csi#224 from msau42/cloudbuild
26fdfff Update cloudbuild image

git-subtree-dir: release-tools
git-subtree-split: 4133d1d
TerryHowe pushed a commit to TerryHowe/csi-driver-host-path that referenced this issue Oct 17, 2024
Pin buildkit to v0.10.6 to workaround v0.11 bug with docker manifest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants