We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744897e commit 3061829Copy full SHA for 3061829
.github/workflows/main.yml
@@ -42,6 +42,9 @@ jobs:
42
- name: opi5pro
43
script: ./install_opi5.sh
44
base_image: https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download/v2.3.0/ubuntu-24.04-preinstalled-server-arm64-orangepi-5-pro.img.xz
45
+ - name: opi5max
46
+ script: ./install_opi5.sh
47
+ base_image: https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download/v2.3.1/ubuntu-24.04-preinstalled-server-arm64-orangepi-5-max.img.xz
48
49
name: "Build for ${{ matrix.name }}"
50
0 commit comments