From e4ee80857ceac791cef5781400bb99f8830cea33 Mon Sep 17 00:00:00 2001 From: Michael Lee Date: Sat, 7 Dec 2024 15:17:56 -0500 Subject: [PATCH] cloud build --- .gitignore | 3 +++ meta.json | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 65c359a..be0c9e7 100644 --- a/.gitignore +++ b/.gitignore @@ -163,3 +163,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# MacOS Garbage +.DS_Store \ No newline at end of file diff --git a/meta.json b/meta.json index 921a23c..22c692d 100644 --- a/meta.json +++ b/meta.json @@ -13,8 +13,12 @@ "entrypoint": "reload.sh", "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