Skip to content

Commit 08b938a

Browse files
use cloudbuild
1 parent 3a1945e commit 08b938a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

meta.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@
1010
"model": "michaellee1019:mcp23017:board"
1111
}
1212
],
13-
"entrypoint": "reload.sh",
13+
"entrypoint": "dist/main",
1414
"first_run": "",
1515
"build": {
16-
"build": "rm -f module.tar.gz && tar czf module.tar.gz requirements.txt src/*.py meta.json setup.sh reload.sh",
16+
"build": "./build.sh",
1717
"setup": "./setup.sh",
18-
"path": "module.tar.gz"
18+
"path": "dist/archive.tar.gz",
19+
"arch": [
20+
"linux/amd64",
21+
"linux/arm64"
22+
]
1923
}
2024
}

0 commit comments

Comments
 (0)