Skip to content

Commit

Permalink
maybe this?
Browse files Browse the repository at this point in the history
  • Loading branch information
crschardt committed Dec 13, 2024
1 parent bc681bb commit 4a4dc43
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,16 @@ on:
- 'v*'
pull_request:
branches: [ master ]

env:
# jr_image_path: 'https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download'
jr_image_version: 'v2.4.0'
jobs:
build:
env:
jr_image_path: 'https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download'
# jr_image_path: 'https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download'
jr_image_version: 'v2.4.0'
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
Expand All @@ -34,7 +37,7 @@ jobs:
# base_image: https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2024-07-04/2024-07-04-raspios-bookworm-arm64-lite.img.xz
- name: opi5
script: ./install_opi5.sh
base_image: ${{jr_image_path}}/${{jr_image_version}}/ubuntu-24.04-preinstalled-server-arm64-orangepi-5.img.xz
base_image: https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download/${{ env.jr_image_version }}/ubuntu-24.04-preinstalled-server-arm64-orangepi-5.img.xz
# - name: opi5b
# script: ./install_opi5.sh
# base_image: https://github.com/Joshua-Riek/ubuntu-rockchip/releases/download/v2.3.0/ubuntu-24.04-preinstalled-server-arm64-orangepi-5b.img.xz
Expand Down

0 comments on commit 4a4dc43

Please sign in to comment.