Skip to content

Commit aeeeb89

Browse files
committed
Update variables to Xia 22.1 and Sp25
1 parent 661ade8 commit aeeeb89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packer/variables.pkr.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ variable "mint_version" {
44
build_type = string
55
})
66
default = {
7-
version = "22"
7+
version = "22.1"
88
build_type = null
99
}
1010
}
@@ -53,7 +53,7 @@ variable "headless" {
5353

5454
variable "semester" {
5555
type = string
56-
default = "Fa24"
56+
default = "Sp25"
5757
}
5858

5959
variable "ssh_pass" {

0 commit comments

Comments
 (0)