mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-08 16:30:57 -04:00
Add a release target to Makefile
The rest of the reconciliation with new `build` methods will come later.
This commit is contained in:
parent
1c257cb8db
commit
f7e22c104f
1 changed files with 8 additions and 0 deletions
8
Makefile
8
Makefile
|
|
@ -83,3 +83,11 @@ clean:
|
|||
vet:
|
||||
hack/vet-go.sh $(WHAT) $(TESTS)
|
||||
.PHONY: vet
|
||||
|
||||
# Build a release
|
||||
#
|
||||
# Example:
|
||||
# make clean
|
||||
release:
|
||||
build/release.sh
|
||||
.PHONY: release
|
||||
|
|
|
|||
Loading…
Reference in a new issue