Skip to content

Commit

Permalink
support ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mickmister committed Nov 14, 2023
1 parent 097f6bb commit 8c65a17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
"linux-arm64": "server/dist/plugin-linux-arm64",
"darwin-amd64": "server/dist/plugin-darwin-amd64",
"darwin-arm64": "server/dist/plugin-darwin-arm64",
"windows-amd64": "server/dist/plugin-windows-amd64.exe"
},
"executable": ""
}
},
"webapp": {
"bundle_path": "webapp/dist/main.js"
Expand Down

0 comments on commit 8c65a17

Please sign in to comment.