Skip to content

Commit

Permalink
Add Rock 5C Release (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
dellagd authored Dec 11, 2024
1 parent 6a8d638 commit c6403a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,12 @@ jobs:
image_url: https://github.com/PhotonVision/photon-image-modifier/releases/download/v2025.0.0-beta-6/photonvision_opi5max.img.xz
cpu: cortex-a8
image_additional_mb: 1024
- os: ubuntu-22.04
artifact-name: LinuxArm64
image_suffix: rock5c
image_url: https://github.com/PhotonVision/photon-image-modifier/releases/download/v2025.0.0-beta-7/photonvision_rock5c.img.xz
cpu: cortex-a8
image_additional_mb: 1024

runs-on: ${{ matrix.os }}
name: "Build image - ${{ matrix.image_url }}"
Expand Down Expand Up @@ -560,13 +566,15 @@ jobs:
with:
files: |
**/*orangepi5*.xz
**/*rock5*.xz
if: startsWith(github.ref, 'refs/tags/v')
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: softprops/action-gh-release@v2.0.9
with:
files: |
**/!(*orangepi5*).xz
**/!(*rock5*).xz
**/*.jar
**/photonlib*.json
**/photonlib*.zip
Expand Down

0 comments on commit c6403a6

Please sign in to comment.