mirror of
https://github.com/yannh/kubeconform.git
synced 2026-02-11 14:09:21 +00:00
Add Dockerfile
This commit is contained in:
parent
6b67d1472b
commit
e39ea12c8e
1 changed files with 4 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -1,4 +1,7 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
all:
|
||||
build:
|
||||
go build -o bin/kubeconform
|
||||
|
||||
build-static:
|
||||
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build -a -o bin/kubeconform
|
||||
|
|
|
|||
Loading…
Reference in a new issue