Skip to content

Commit

Permalink
cf-remote: Added Ubuntu 20 to spawn
Browse files Browse the repository at this point in the history
Changelog: None
Ticket: None
Signed-off-by: Ole Herman Schumacher Elgesem <ole@northern.tech>
  • Loading branch information
olehermanse committed Jan 13, 2021
1 parent fca303e commit 0684fb0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions contrib/cf-remote/cf_remote/cloud_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
aws_platforms = {
'ubuntu-20-04-x64':{
'ami':'ami-0aef57767f5404a3c',
'user':'ubuntu',
'size':'t2.small',
'xlsize':'t3.xlarge',
},
'ubuntu-18-04-x64':{
'ami':'ami-0ee3436f275c4f2e8',
'user':'ubuntu',
Expand Down

0 comments on commit 0684fb0

Please sign in to comment.