Skip to content

Commit

Permalink
Add rpi5 libs (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Jan 30, 2024
1 parent 38fbe59 commit d5e41dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/c-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -111,7 +111,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 @@ -125,6 +125,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_koala.so
Binary file not shown.

0 comments on commit d5e41dc

Please sign in to comment.