Skip to content

Commit a4c6258

Browse files
authored
Remove RPi4 and PinebookPro builds (#775)
* Remove RPi4 and PinebookPro builds Fixes #768 * Delete pinebookpro directory * Delete .github/workflows/daily-arm.yml * Delete build-pinebookpro.sh * Delete build-rpi.sh * Update README.md * Update README.md
1 parent 4697c96 commit a4c6258

28 files changed

+0
-12794
lines changed

.github/workflows/daily-arm.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
<p align="center">
1919
<img src="https://github.com/elementary/os/actions/workflows/stable-8.0.yml/badge.svg" alt="Stable 8.0">
2020
<img src="https://github.com/elementary/os/actions/workflows/daily-8.0.yml/badge.svg" alt="Daily 8.0">
21-
<img src="https://github.com/elementary/os/actions/workflows/daily-arm.yml/badge.svg" alt="Daily ARM">
22-
2321
</p>
2422

2523
---
@@ -43,28 +41,6 @@ docker run --rm --privileged -it \
4341
./build.sh etc/terraform.conf
4442
```
4543

46-
### Raspberry Pi 4
47-
48-
```sh
49-
docker run --rm --privileged -it \
50-
-v /proc:/proc \
51-
-v ${PWD}:/working_dir \
52-
-w /working_dir \
53-
ubuntu:24.04 \
54-
./build-rpi.sh
55-
```
56-
57-
### Pinebook Pro
58-
59-
```sh
60-
docker run --rm --privileged -it \
61-
-v /proc:/proc \
62-
-v ${PWD}:/working_dir \
63-
-w /working_dir \
64-
ubuntu:24.04 \
65-
./build-pinebookpro.sh
66-
```
67-
6844
## Further Information
6945

7046
More information about the concepts behind `live-build` and the technical decisions made to arrive at this set of tools to build an .iso can be found [on the wiki](https://github.com/elementary/os/wiki/Building-iso-Images).

0 commit comments

Comments
 (0)