Skip to content

Commit

Permalink
ci: CI pipeline for onnx (#3258)
Browse files Browse the repository at this point in the history
Signed-off-by: caicai <[email protected]>
Co-authored-by: caicai <[email protected]>
  • Loading branch information
578223592 and caicai authored Sep 29, 2024
1 parent 58c15a6 commit ec3ec2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ jobs:
- functions/geohash
- functions/labelImage
- functions/tfLite
- functions/onnx
arch: ${{fromJson(needs.prepare.outputs.arch)}}
os:
- [ debian, "slim" ]
Expand All @@ -218,6 +219,8 @@ jobs:
plugin: functions/labelImage
- os: [ alpine,"alpine" ]
plugin: functions/tfLite
- os: [ alpine,"alpine" ]
plugin: functions/onnx

steps:
- uses: actions/checkout@v4
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ PLUGINS := sinks/influx \
functions/geohash \
functions/echo \
functions/labelImage \
functions/tfLite
functions/tfLite \
functions/onnx

.PHONY: plugins $(PLUGINS)
plugins: $(PLUGINS)
Expand Down

0 comments on commit ec3ec2d

Please sign in to comment.