Skip to content

Commit

Permalink
Merge pull request #11 from viam-modules/add-darwin-amd64-build
Browse files Browse the repository at this point in the history
Add darwin amd64 build
  • Loading branch information
bhaney authored Nov 18, 2024
2 parents d3d56d8 + a0d7d1f commit 915a49e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"module_id": "viam:tflite_cpu",
"build": {
"setup": "make setup",
"build": "make module.tar.gz",
"arch": ["linux/amd64", "linux/arm64", "darwin/arm64", "darwin/amd64"]
"build": "make module.tar.gz",
"arch": ["linux/amd64", "linux/arm64", "darwin/arm64"],
"darwin_deps": ["go", "pkg-config"]
},
"visibility": "public",
"url": "https://github.com/viam-modules/mlmodel-tflite",
Expand Down

0 comments on commit 915a49e

Please sign in to comment.