Skip to content

Commit

Permalink
add rpi5 libs (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Jan 31, 2024
1 parent 48d6fda commit 74d787c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/c-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: C Demos
on:
workflow_dispatch:
push:
branches: [main]
branches: [ main ]
paths:
- "!demo/c/README.md"
- ".github/workflows/c-demos.yml"
Expand All @@ -16,7 +16,7 @@ on:
- "lib/windows/**"
- "resources/audio_samples/*.wav"
pull_request:
branches: [main, "v[0-9]+.[0-9]+"]
branches: [ main, "v[0-9]+.[0-9]+" ]
paths:
- "!demo/c/README.md"
- ".github/workflows/c-demos.yml"
Expand All @@ -39,7 +39,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ ubuntu-latest, windows-latest, macos-latest ]
include:
- os: ubuntu-latest
platform: linux
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

strategy:
matrix:
machine: [rpi3-32, rpi3-64, rpi4-32, rpi4-64, jetson]
machine: [ rpi3-32, rpi3-64, rpi4-32, rpi4-64, rpi5-64, jetson ]
include:
- machine: rpi3-32
platform: raspberry-pi
Expand All @@ -95,6 +95,9 @@ jobs:
- machine: rpi4-64
platform: raspberry-pi
arch: cortex-a72-aarch64
- machine: rpi5-64
platform: raspberry-pi
arch: cortex-a76-aarch64
- machine: jetson
platform: jetson
arch: cortex-a57-aarch64
Expand Down
Binary file not shown.
Binary file added lib/raspberry-pi/cortex-a76/libpv_falcon.so
Binary file not shown.

0 comments on commit 74d787c

Please sign in to comment.