Skip to content

Commit

Permalink
🐛 Add missing standard arm rpi flavors (#1764)
Browse files Browse the repository at this point in the history
Add missing standard arm rpi flavors

Fixes #1763

Signed-off-by: Mauro Morales <mauro.morales@spectrocloud.com>
  • Loading branch information
mauromorales authored Aug 24, 2023
1 parent 9faee81 commit 2c736c4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/flavors-arm.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,20 @@
{
"flavor": "ubuntu-arm-rpi",
"model": "rpi4",
"worker": "ubuntu-latest"
"worker": "ubuntu-latest",
"standard": "true"
},
{
"flavor": "ubuntu-20-lts-arm-rpi",
"model": "rpi4",
"worker": "ubuntu-latest"
"worker": "ubuntu-latest",
"standard": "true"
},
{
"flavor": "ubuntu-22-lts-arm-rpi",
"model": "rpi4",
"worker": "ubuntu-latest"
"worker": "ubuntu-latest",
"standard": "true"
},
{
"flavor": "ubuntu-20-lts-arm-nvidia-jetson-agx-orin",
Expand Down

0 comments on commit 2c736c4

Please sign in to comment.