mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 17:34:21 +00:00
Add github.com/krishicks/yaml-patch to vendor
This commit is contained in:
17
vendor/github.com/krishicks/yaml-patch/Makefile
generated
vendored
Normal file
17
vendor/github.com/krishicks/yaml-patch/Makefile
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
CGO_ENABLED=0
|
||||
|
||||
all: windows linux darwin
|
||||
|
||||
linux:
|
||||
GOOS=linux GOARCH=amd64 go build -o yaml_patch_linux cmd/yaml-patch/*.go
|
||||
|
||||
windows:
|
||||
GOOS=windows GOARCH=amd64 go build -o yaml_patch.exe cmd/yaml-patch/*.go
|
||||
|
||||
darwin:
|
||||
GOOS=darwin GOARCH=amd64 go build -o yaml_patch_darwin cmd/yaml-patch/*.go
|
||||
|
||||
clean:
|
||||
rm yaml_patch_linux
|
||||
rm yaml_patch.exe
|
||||
rm yaml_patch_darwin
|
||||
Reference in New Issue
Block a user