diff --git a/meta.json b/meta.json index 921a23c..b842298 100644 --- a/meta.json +++ b/meta.json @@ -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" + ] } } \ No newline at end of file