From f273aaa6c918bcad2a23155a9b35f8ac967e4d8b Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Sat, 29 Jun 2019 12:19:30 +0200 Subject: [PATCH] add terraform release to make --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index da37b532..40a6e6b6 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ build/docker: docker push mondoo/mondoo:$(shell cat VERSION) docker push mondoo/mondoo:latest +release/terraform: + cd terraform-provisioner-mondoo && goreleaser --rm-dist + test/installsh: cp install.sh test/installscript cd test/installscript && docker build --no-cache -f centos7.Dockerfile .