From 1744e034233c324568e8facbd0f7f59b87fdd514 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Fri, 21 Jul 2023 14:03:41 +0200 Subject: [PATCH] Small edit Signed-off-by: Jeroen Oudshoorn --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 017e72a4..442fc6e5 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ install: unzip /tmp/packer.zip -d /tmp sudo mv /tmp/packer /usr/bin/packer git clone https://github.com/solo-io/packer-plugin-arm-image /tmp/packer-plugin-arm-image - cd /tmp/packer-plugin-arm-image && go get -d ./... && go build + cd /tmp/packer-plugin-arm-image && go get -d ./... && go build -buildvcs=false sudo cp /tmp/packer-plugin-arm-image/packer-plugin-arm-image /usr/bin image: