We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3b499 commit 1586998Copy full SHA for 1586998
.github/workflows/change-file-build-new-actions-vm.yml
@@ -28,6 +28,9 @@ jobs:
28
sudo mv packer /usr/local/bin/
29
rm packer_1.12.0_linux_amd64.zip
30
packer plugin install github.com/hashicorp/oracle
31
+ packer plugins install github.com/hashicorp/qemu
32
+ packer plugins install github.com/hashicorp/azure
33
+
34
- name: Install OCI CLI
35
env:
36
OCI_CLI_USER: ${{ secrets.OCI_CLI_USER }}
.github/workflows/periodic-build-new-actions-vm.yml
@@ -23,6 +23,9 @@ jobs:
23
24
25
26
27
0 commit comments