Skip to content

Commit 98c6608

Browse files
committed
Install image packer
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent cb2bc72 commit 98c6608

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ jobs:
6161
chmod +x ./crd-importer
6262
sudo mv ./crd-importer /usr/local/bin/crd-importer
6363
64+
- name: Install image packer
65+
run: |
66+
cd /tmp
67+
curl -fsSL -O https://github.com/kmodules/image-packer/releases/latest/download/image-packer-linux-amd64.tar.gz
68+
tar -xvf image-packer-linux-amd64.tar.gz
69+
chmod +x image-packer-linux-amd64
70+
sudo mv image-packer-linux-amd64 /usr/local/bin/image-packer
71+
6472
- name: Install Helm 3
6573
run: |
6674
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash

0 commit comments

Comments
 (0)