Skip to content

Commit

Permalink
build RPI3 artifacts (#1966)
Browse files Browse the repository at this point in the history
* buid RPI3 artifacts

Signed-off-by: Ludea <[email protected]>

* Update to alpine 3.19

Signed-off-by: Ludea <[email protected]>

* remove Ubuntu support 

Signed-off-by: Ludea <[email protected]>

* Remove Ubuntu support part2

Signed-off-by: Ludea <[email protected]>

* Update .github/flavors.json

Signed-off-by: Mauro Morales <[email protected]>

* Update .github/flavors.json

Signed-off-by: Mauro Morales <[email protected]>

* Update .github/flavors.json

Signed-off-by: Mauro Morales <[email protected]>

* Update .github/flavors.json

Signed-off-by: Mauro Morales <[email protected]>

---------

Signed-off-by: Ludea <[email protected]>
Signed-off-by: Mauro Morales <[email protected]>
Co-authored-by: Mauro Morales <[email protected]>
Co-authored-by: Mauro Morales <[email protected]>
  • Loading branch information
3 people authored Jan 3, 2024
1 parent 1ed1c82 commit e2611d9
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions .github/flavors.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
"baseImage": "opensuse/leap:15.5",
"arch": "arm64",
"worker": "ubuntu-latest"
},
{
"family": "opensuse",
"flavor": "opensuse",
"flavorRelease": "leap-15.5",
"variant": "standard",
"model": "rpi3",
"baseImage": "opensuse/leap:15.5",
"arch": "arm64",
"worker": "ubuntu-latest"
},
{
"family": "opensuse",
Expand All @@ -39,6 +49,16 @@
"arch": "arm64",
"worker": "ubuntu-latest"
},
{
"family": "opensuse",
"flavor": "opensuse",
"flavorRelease": "leap-15.5",
"variant": "core",
"model": "rpi3",
"baseImage": "opensuse/leap:15.5",
"arch": "arm64",
"worker": "ubuntu-latest"
},
{
"family": "opensuse",
"flavor": "opensuse",
Expand Down Expand Up @@ -79,6 +99,16 @@
"arch": "arm64",
"worker": "ubuntu-latest"
},
{
"family": "opensuse",
"flavor": "opensuse",
"flavorRelease": "tumbleweed",
"variant": "standard",
"model": "rpi3",
"baseImage": "opensuse/tumbleweed",
"arch": "arm64",
"worker": "ubuntu-latest"
},
{
"family": "opensuse",
"flavor": "opensuse",
Expand All @@ -89,6 +119,16 @@
"arch": "arm64",
"worker": "ubuntu-latest"
},
{
"family": "opensuse",
"flavor": "opensuse",
"flavorRelease": "tumbleweed",
"variant": "core",
"model": "rpi3",
"baseImage": "opensuse/tumbleweed",
"arch": "arm64",
"worker": "ubuntu-latest"
},
{
"family": "ubuntu",
"flavor": "ubuntu",
Expand Down Expand Up @@ -248,6 +288,16 @@
"baseImage": "alpine:3.19",
"arch": "arm64",
"worker": "ubuntu-latest"
},
{
"family": "alpine",
"flavor": "alpine",
"flavorRelease": "3.19",
"variant": "standard",
"model": "rpi3",
"baseImage": "alpine:3.19",
"arch": "arm64",
"worker": "ubuntu-latest"
},
{
"family": "alpine",
Expand All @@ -258,6 +308,16 @@
"baseImage": "alpine:3.19",
"arch": "arm64",
"worker": "ubuntu-latest"
},
{
"family": "alpine",
"flavor": "alpine",
"flavorRelease": "3.19",
"variant": "core",
"model": "rpi3",
"baseImage": "alpine:3.19",
"arch": "arm64",
"worker": "ubuntu-latest"
},
{
"family": "rhel",
Expand Down

0 comments on commit e2611d9

Please sign in to comment.