Skip to content

Commit f6e82ba

Browse files
committed
templates/packer: fix fedora 40 aarch64 base image
The old one disappeared.
1 parent d29f466 commit f6e82ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/packer/worker.pkr.hcl

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ EOF
128128
source "amazon-ebs.image_builder" {
129129
name = "fedora-40-aarch64"
130130

131-
# Fedora-Cloud-Base-AmazonEC2.aarch64-40-1.14-hvm-us-east-1-gp3-0
132-
source_ami = "ami-0d3825b70fa928886"
131+
# Fedora-Cloud-Base-AmazonEC2.aarch64-40-20241024.0
132+
source_ami = "ami-05c254a81747590f5"
133133
ssh_username = "fedora"
134134
instance_type = "c6g.large"
135135

0 commit comments

Comments
 (0)