File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ rm install.sh
2424# Remove extra packages
2525echo " Purging extra things"
2626apt-get remove -y gdb gcc g++ linux-headers* libgcc* -dev
27+ apt-get remove -y snapd
2728apt-get autoremove -y
2829
2930
You can’t perform that action at this time.
0 commit comments