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

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) }}"