Skip to content

Commit

Permalink
Add Arch Linux support
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Dec 5, 2020
1 parent 334688b commit 5d426ad
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/beaker-hostgenerator/data.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,15 @@ def osinfo
'template' => 'amazon-7-arm64'
}
},
'archlinux5-64' => {
:general => {
'platform' => 'archlinux-5-x64',
'packaging_platform' => 'archlinux-5-x64'
},
:vagrant => {
'box' => 'archlinux/archlinux',
}
},
'arista4-32' => {
:general => {
'platform' => 'eos-4-i386',
Expand Down

0 comments on commit 5d426ad

Please sign in to comment.