Skip to content

Commit

Permalink
Merge pull request #9 from viam-labs/side
Browse files Browse the repository at this point in the history
ci things
  • Loading branch information
kharijarrett authored Feb 6, 2024
2 parents 111d446 + 1d20d3d commit 983addb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@
"model": "viam:vision:motion-detector"
}
],
"entrypoint": "run.sh"
"build": {
"build": "sh build.sh",
"path": "dist/archive.tar.gz",
"arch" : ["linux/arm64", "darwin/arm64", "darwin/amd64", "linux/amd64"]
},
"entrypoint": "dist/main"
}

0 comments on commit 983addb

Please sign in to comment.