Skip to content

Commit

Permalink
Add duplo-docker image generation for ca-central-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zafar Abbas authored and Zafar Abbas committed Sep 18, 2023
1 parent ccd6e16 commit 651d732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packer/aws.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ locals {
"eu-west-3",
"ap-northeast-1",
"ap-south-1",
"sa-east-1"
"sa-east-1",
"ca-central-1"
]
}

Expand Down
1 change: 1 addition & 0 deletions packer/gen-native-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ $nicename images:"
s/eu-west-3/Paris/g
s/eu-central-1/Frankfurt/g
s/sa-east-1/SaoPaulo/g
s/ca-central-1/CanadaCentral/g
s/us-gov-west-1/UsGovWest1/g
s/us-gov-east-1/UsGovEast1/g
')"
Expand Down

0 comments on commit 651d732

Please sign in to comment.