Skip to content

Commit 1586998

Browse files
committed
install qemu packer plugin
Signed-off-by: Jeffrey Sica <me@jeefy.dev>
1 parent ae3b499 commit 1586998

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/change-file-build-new-actions-vm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
sudo mv packer /usr/local/bin/
2929
rm packer_1.12.0_linux_amd64.zip
3030
packer plugin install github.com/hashicorp/oracle
31+
packer plugins install github.com/hashicorp/qemu
32+
packer plugins install github.com/hashicorp/azure
33+
3134
- name: Install OCI CLI
3235
env:
3336
OCI_CLI_USER: ${{ secrets.OCI_CLI_USER }}

.github/workflows/periodic-build-new-actions-vm.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
sudo mv packer /usr/local/bin/
2424
rm packer_1.12.0_linux_amd64.zip
2525
packer plugin install github.com/hashicorp/oracle
26+
packer plugins install github.com/hashicorp/qemu
27+
packer plugins install github.com/hashicorp/azure
28+
2629
- name: Install OCI CLI
2730
env:
2831
OCI_CLI_USER: ${{ secrets.OCI_CLI_USER }}

0 commit comments

Comments
 (0)