Update build

Signed-off-by: jayofelony <oudshoorn.jeroen@gmail.com>
This commit is contained in:
jayofelony
2024-07-01 20:15:45 +02:00
parent dbb83b4825
commit de0a09e39d
4 changed files with 13 additions and 6 deletions

View File

@ -44,7 +44,6 @@ packer:
curl https://releases.hashicorp.com/packer/$(PACKER_VERSION)/packer_$(PACKER_VERSION)_linux_amd64.zip -o /tmp/packer.zip
unzip -o /tmp/packer.zip -d /tmp
sudo mv /tmp/packer /usr/bin/packer
/usr/bin/packer plugins install github.com/solo-io/arm-image
image: packer
export LC_ALL=en_GB.UTF-8