Skip to content

Commit

Permalink
Update variables to Xia 22.1 and Sp25
Browse files Browse the repository at this point in the history
  • Loading branch information
ripleymj committed Jan 18, 2025
1 parent 661ade8 commit aeeeb89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packer/variables.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ variable "mint_version" {
build_type = string
})
default = {
version = "22"
version = "22.1"
build_type = null
}
}
Expand Down Expand Up @@ -53,7 +53,7 @@ variable "headless" {

variable "semester" {
type = string
default = "Fa24"
default = "Sp25"
}

variable "ssh_pass" {
Expand Down

0 comments on commit aeeeb89

Please sign in to comment.