13
0
Fork 0
mirror of https://github.com/yannh/kubeconform.git synced 2026-07-01 17:19:30 +00:00

Add Dockerfile

This commit is contained in:
Yann Hamon 2020-05-31 13:46:05 +02:00
parent 6b67d1472b
commit e39ea12c8e

View file

@ -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