Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
Revert "Add Linux arm64 support (#262)" (#265)
Browse files Browse the repository at this point in the history
This reverts commit b11b91f.

Fix "snapcraft does not currently support building arm64 on amd64"
  • Loading branch information
quanglam2807 authored Dec 23, 2020
1 parent 6ea102f commit 0f75369
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
- run: yarn dist
env:
# disable multipass
# ref: https://github.com/electron-userland/electron-builder/issues/4903#issuecomment-671010636
SNAPCRAFT_BUILD_ENVIRONMENT: host
CI: true
CI_PULL_REQUEST: ${{ github.event_name == 'pull_request' }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ switch (process.platform) {
}
default:
case 'linux': {
targets = Platform.LINUX.createTarget(['AppImage', 'snap'], Arch.x64, Arch.arm64);
targets = Platform.LINUX.createTarget(['AppImage', 'snap']);
break;
}
}
Expand Down

0 comments on commit 0f75369

Please sign in to comment.