Skip to content

Commit fd5c458

Browse files
committed
fix: adjust packer plugin paths
Plugins are no longer being published to Github releases.
1 parent f75ac46 commit fd5c458

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- develop
77
- release/*
8+
- da/fix-qemu-build
89
paths:
910
- '.github/workflows/qemu-image-build.yml'
1011
- 'qemu-arm64-nix.pkr.hcl'

qemu-arm64-nix.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ variable "packer-execution-id" {
3939
packer {
4040
required_plugins {
4141
amazon = {
42-
source = "github.com/hashicorp/amazon"
42+
source = "releases.hashicorp.com/packer-plugin-amazon"
4343
version = "~> 1"
4444
}
4545
qemu = {
4646
version = "~> 1.0"
47-
source = "github.com/hashicorp/qemu"
47+
source = "releases.hashicorp.com/packer-plugin-qemu"
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)