Skip to content

Commit

Permalink
cloud build
Browse files Browse the repository at this point in the history
  • Loading branch information
michaellee1019 committed Dec 7, 2024
1 parent 27709aa commit e4ee808
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 6 additions & 2 deletions meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
}

0 comments on commit e4ee808

Please sign in to comment.