Skip to content

Commit

Permalink
add gpu to the ami name
Browse files Browse the repository at this point in the history
  • Loading branch information
TarasPriadka committed Feb 22, 2024
1 parent daf087d commit d9b74ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysbox-eks.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ local "timestamp" {
}

local "ami_name" {
expression = "latch-bio/sysbox-eks_${var.sysbox_version}/k8s_${var.k8s_version}/images/hvm-ssd/ubuntu-${var.ubuntu_version}-amd64-serve-${local.timestamp}-${local.git_branch}"
expression = "latch-bio/sysbox-eks_${var.sysbox_version}-gpu/k8s_${var.k8s_version}/images/hvm-ssd/ubuntu-${var.ubuntu_version}-amd64-serve-${local.timestamp}-${local.git_branch}"
}

source "amazon-ebs" "ubuntu-eks" {
Expand Down

0 comments on commit d9b74ff

Please sign in to comment.