0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-03-18 02:31:28 -05: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:
bo0tzz 2025-03-17 18:13:43 +01:00 committed by GitHub
parent 0bb95544e5
commit 0a8135dde4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:
@ -457,4 +461,4 @@ jobs:
run: exit 1
- name: All jobs passed or skipped
if: ${{ !(contains(needs.*.result, 'failure')) }}
run: echo "All jobs passed or skipped" && echo "${{ toJSON(needs.*.result) }}"
run: echo "All jobs passed or skipped" && echo "${{ toJSON(needs.*.result) }}"