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 f75ac46 commit fd5c458Copy full SHA for fd5c458
.github/workflows/qemu-image-build.yml
@@ -5,6 +5,7 @@ on:
5
branches:
6
- develop
7
- release/*
8
+ - da/fix-qemu-build
9
paths:
10
- '.github/workflows/qemu-image-build.yml'
11
- 'qemu-arm64-nix.pkr.hcl'
qemu-arm64-nix.pkr.hcl
@@ -39,12 +39,12 @@ variable "packer-execution-id" {
39
packer {
40
required_plugins {
41
amazon = {
42
- source = "github.com/hashicorp/amazon"
+ source = "releases.hashicorp.com/packer-plugin-amazon"
43
version = "~> 1"
44
}
45
qemu = {
46
version = "~> 1.0"
47
- source = "github.com/hashicorp/qemu"
+ source = "releases.hashicorp.com/packer-plugin-qemu"
48
49
50
0 commit comments