Skip to content

Commit

Permalink
shrink deps for faster darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-winter committed Oct 3, 2024
1 parent c3d6ede commit a7db69a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
],
"build": {
"build": "make module.tar.gz",
"arch" : ["linux/amd64", "linux/arm64", "darwin/arm64"]
"arch" : ["linux/amd64", "linux/arm64", "darwin/arm64"],
"darwin_deps": ["go"]
},
"entrypoint": "wifi"
}

0 comments on commit a7db69a

Please sign in to comment.