Skip to content

Commit

Permalink
Merge pull request #68 from larsewi/deb12arm
Browse files Browse the repository at this point in the history
ENT-10347: Added Debian 12 ARM AMI to cf-remote
  • Loading branch information
larsewi authored Nov 16, 2023
2 parents 9467ee1 + 9c9b511 commit 803671d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cf_remote/cloud_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
"size": "t1.micro",
"xlsize": "m3.xlarge",
},
"debian-12-arm64": {
"ami": "ami-03820227fb3e4ffad",
"user": "admin",
"size": "t4g.micro",
"xlsize": "t4g.xlarge",
},
"debian-12-x64": {
"ami": "ami-07024fbdfd1aab8a0",
"user": "admin",
Expand Down

0 comments on commit 803671d

Please sign in to comment.