Skip to content

Commit

Permalink
Add Orange Pi 5 Plus (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
BytingBulldogs3539 authored Jan 20, 2024
1 parent 4f92297 commit 91bb9d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: opi5
script: ./install_opi5.sh
base_image: https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download/v1.30/ubuntu-22.04.3-preinstalled-server-arm64-orangepi-5.img.xz
- name: opi5plus
script: ./install_opi5.sh
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

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

Expand Down
1 change: 1 addition & 0 deletions install_opi5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ rm install.sh
# Remove extra packages
echo "Purging extra things"
apt-get remove -y gdb gcc g++ linux-headers* libgcc*-dev
apt-get remove -y snapd
apt-get autoremove -y


Expand Down

0 comments on commit 91bb9d6

Please sign in to comment.