Skip to content

Commit 91bb9d6

Browse files
Add Orange Pi 5 Plus (#9)
1 parent 4f92297 commit 91bb9d6

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: opi5
2828
script: ./install_opi5.sh
2929
base_image: https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download/v1.30/ubuntu-22.04.3-preinstalled-server-arm64-orangepi-5.img.xz
30+
- name: opi5plus
31+
script: ./install_opi5.sh
32+
base_image: https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download/v1.30/ubuntu-22.04.3-preinstalled-server-arm64-orangepi-5-plus.img.xz
3033

3134
name: "Build for ${{ matrix.name }}"
3235

install_opi5.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ rm install.sh
2424
# Remove extra packages
2525
echo "Purging extra things"
2626
apt-get remove -y gdb gcc g++ linux-headers* libgcc*-dev
27+
apt-get remove -y snapd
2728
apt-get autoremove -y
2829

2930

0 commit comments

Comments
 (0)