Skip to content

Commit 14c5166

Browse files
author
AidanAbd
committed
fix: typo
1 parent b744e17 commit 14c5166

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sysbox-eks-incremental.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ local "git_branch" {
5454
}
5555

5656
local "ami_name" {
57-
expression = "latch-bio/sysbox-eks_0.6.5/k8s_1.29/jammy-22.04-amd64-server/nvidia-560.35.05/kvm-support-ccf4"
57+
expression = "latch-bio/sysbox-eks_0.6.5/k8s_1.29/jammy-22.04-amd64-server/nvidia-560.35.05/kvm-support-b744"
5858
}
5959

6060
source "amazon-ebs" "ubuntu-eks" {
@@ -115,7 +115,7 @@ build {
115115

116116
"sudo dasel put string --parser toml --file /etc/crio/crio.conf --selector 'crio.runtime.allowed_devices.[]' --multiple /dev/kvm",
117117

118-
"sudo systemctl restart crio"
118+
"sudo systemctl restart crio",
119119

120120
# configure /dev/kvm perms to allow containers to r/w to it
121121
"echo 'KERNEL==\"kvm\", MODE=\"0666\"' | sudo tee /etc/udev/rules.d/99-kvm-permissions.rules > /dev/null",

0 commit comments

Comments
 (0)