Skip to content

Commit

Permalink
docker pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: caicai <caicai@didiglobal.com>
  • Loading branch information
caicai committed Sep 29, 2024
1 parent 5d37291 commit 543de0b
Show file tree
Hide file tree
Showing 4 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
Binary file added docs/en_US/resources/mqttx_mnist.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/en_US/resources/mqttx_sum_and_difference.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 543de0b

Please sign in to comment.