mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
fix: docker workflow for rknn (#16922)
* fix: specify gha runner for rknn * fix: remove s from platforms * fix: merge job for rknn
This commit is contained in:
parent
0bb95544e5
commit
0a8135dde4
1 changed files with 6 additions and 2 deletions
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
|
|
@ -129,7 +129,9 @@ jobs:
|
|||
runner: ubuntu-24.04-arm
|
||||
device: armnn
|
||||
suffix: -armnn
|
||||
- platforms: linux/arm64
|
||||
|
||||
- platform: linux/arm64
|
||||
runner: ubuntu-24.04-arm
|
||||
device: rknn
|
||||
suffix: -rknn
|
||||
|
||||
|
|
@ -222,6 +224,8 @@ jobs:
|
|||
suffix: -openvino
|
||||
- device: armnn
|
||||
suffix: -armnn
|
||||
- device: rknn
|
||||
suffix: -rknn
|
||||
needs:
|
||||
- build_and_push_ml
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue