Skip to content

Commit

Permalink
fix(electron/linux): remove arm64 and only build x64 (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse authored Sep 29, 2023
1 parent 49d610b commit efc1dbf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/electron/electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@
"linux": {
"target": {
"target": "AppImage",
"arch": [
"x64",
"arm64"
]
"arch": ["x64"]
},
"files": ["build/icons/png", "third_party/outline-go-tun2socks/linux", "tools/outline_proxy_controller/dist"],
"icon": "build/icons/png",
Expand Down

0 comments on commit efc1dbf

Please sign in to comment.