Skip to content

Commit

Permalink
use cloudbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee1019 committed Nov 28, 2024
1 parent 3a1945e commit 08b938a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,15 @@
"model": "michaellee1019:mcp23017:board"
}
],
"entrypoint": "reload.sh",
"entrypoint": "dist/main",
"first_run": "",
"build": {
"build": "rm -f module.tar.gz && tar czf module.tar.gz requirements.txt src/*.py meta.json setup.sh reload.sh",
"build": "./build.sh",
"setup": "./setup.sh",
"path": "module.tar.gz"
"path": "dist/archive.tar.gz",
"arch": [
"linux/amd64",
"linux/arm64"
]
}
}

0 comments on commit 08b938a

Please sign in to comment.