Skip to content

Commit

Permalink
fixed ami version issue when generating AMI from packer
Browse files Browse the repository at this point in the history
  • Loading branch information
jpswinski committed Jun 17, 2024
1 parent b197d4a commit c53253f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/icesat2/endpoints/atl24g.lua
Original file line number Diff line number Diff line change
Expand Up @@ -308,4 +308,4 @@ output_parms["path"] = output_parms["path"]..".json"
arrow.send2user(crenv.host_sandbox_directory.."/atl24.bin.json", arrow.parms(output_parms), rspq)

-- cleanup container runtime environment
--runner.cleanup(crenv)
runner.cleanup(crenv)
2 changes: 1 addition & 1 deletion targets/slideruleearth-aws/packer/sliderule-base.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source "amazon-ebs" "base-image" {
region = var.region
source_ami_filter {
filters = {
name = "al2023-ami-2023.3*-arm64"
name = "al2023-ami-2023.*-arm64"
root-device-type = "ebs"
virtualization-type = "hvm"
}
Expand Down

0 comments on commit c53253f

Please sign in to comment.