Skip to content

Commit

Permalink
added qemu plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 2, 2025
1 parent bc1190c commit a39b036
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 0 deletions.
6 changes: 6 additions & 0 deletions debian-arm64.qemu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
packer {
# Data sources only available in 1.7+
required_version = ">= 1.7.0, < 2.0.0"
required_plugins {
qemu = {
version = "~> 1.1"
source = "github.com/hashicorp/qemu"
}
}
}

# https://deb.debian.org/debian/dists/
Expand Down
6 changes: 6 additions & 0 deletions debian-x86_64.qemu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
packer {
# Data sources only available in 1.7+
required_version = ">= 1.7.0, < 2.0.0"
required_plugins {
qemu = {
version = "~> 1.1"
source = "github.com/hashicorp/qemu"
}
}
}

# https://deb.debian.org/debian/dists/
Expand Down
6 changes: 6 additions & 0 deletions fedora-arm64.qemu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
packer {
# Data sources only available in 1.7+
required_version = ">= 1.7.0, < 2.0.0"
required_plugins {
qemu = {
version = "~> 1.1"
source = "github.com/hashicorp/qemu"
}
}
}

# https://alt.fedoraproject.org/alt/
Expand Down
6 changes: 6 additions & 0 deletions fedora-x86_64.qemu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
packer {
# Data sources only available in 1.7+
required_version = ">= 1.7.0, < 2.0.0"
required_plugins {
qemu = {
version = "~> 1.1"
source = "github.com/hashicorp/qemu"
}
}
}

# https://alt.fedoraproject.org/alt/
Expand Down
6 changes: 6 additions & 0 deletions rocky-arm64.qemu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
packer {
# Data sources only available in 1.7+
required_version = ">= 1.7.0, < 2.0.0"
required_plugins {
qemu = {
version = "~> 1.1"
source = "github.com/hashicorp/qemu"
}
}
}

# https://alt.rockyproject.org/alt/
Expand Down
6 changes: 6 additions & 0 deletions rocky-x86_64.qemu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
packer {
# Data sources only available in 1.7+
required_version = ">= 1.7.0, < 2.0.0"
required_plugins {
qemu = {
version = "~> 1.1"
source = "github.com/hashicorp/qemu"
}
}
}

# https://alt.rockyproject.org/alt/
Expand Down
6 changes: 6 additions & 0 deletions ubuntu-arm64.qemu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
packer {
# Data sources only available in 1.7+
required_version = ">= 1.7.0, < 2.0.0"
required_plugins {
qemu = {
version = "~> 1.1"
source = "github.com/hashicorp/qemu"
}
}
}

# http://releases.ubuntu.com/
Expand Down
6 changes: 6 additions & 0 deletions ubuntu-x86_64.qemu.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
packer {
# Data sources only available in 1.7+
required_version = ">= 1.7.0, < 2.0.0"
required_plugins {
qemu = {
version = "~> 1.1"
source = "github.com/hashicorp/qemu"
}
}
}

# http://releases.ubuntu.com/
Expand Down

0 comments on commit a39b036

Please sign in to comment.