Skip to content

Commit

Permalink
Merge pull request #21 from viam-labs/side
Browse files Browse the repository at this point in the history
rmv darwin
  • Loading branch information
kharijarrett authored Jul 11, 2024
2 parents 14d8ac6 + b5dbddb commit e73a5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dist/archive.tar.gz:
tar -czvf dist/archive.tar.gz dist/main

lint:
pylint --disable=C0114,E0401,C0116,W0613,R0913,C0116,R0914,C0103,W0201,W0719 src/
pylint --disable=C0114,E0401,E1101,C0116,W0613,R0913,C0116,R0914,C0103,W0201,W0719 src/

2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"setup": "make setup",
"build": "make dist/archive.tar.gz",
"path": "dist/archive.tar.gz",
"arch": ["linux/amd64", "linux/arm64", "darwin/arm64"]
"arch": ["linux/amd64", "linux/arm64"]
},
"entrypoint": "dist/main"
}

0 comments on commit e73a5e3

Please sign in to comment.