Drop Raspberry Pi 1/Zero W support (#1638)
These boards support the rather ancient ARMv6 architecture only. We officially stopped supporting them already two releases ago, its time to say goodbye.
This commit is contained in:
12
.github/workflows/matrix.json
vendored
12
.github/workflows/matrix.json
vendored
@@ -41,18 +41,6 @@
|
||||
"runner": "aarch64-runner",
|
||||
"label": "board/odroid"
|
||||
},
|
||||
{
|
||||
"id": "rpi",
|
||||
"defconfig": "rpi",
|
||||
"runner": "arm-runner",
|
||||
"label": "board/raspberrypi"
|
||||
},
|
||||
{
|
||||
"id": "rpi0-w",
|
||||
"defconfig": "rpi0_w",
|
||||
"runner": "arm-runner",
|
||||
"label": "board/raspberrypi"
|
||||
},
|
||||
{
|
||||
"id": "rpi2",
|
||||
"defconfig": "rpi2",
|
||||
|
||||
Reference in New Issue
Block a user