We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Steps to reproduce:
package.json
x64
armv7l
npm run dist
On Ubuntu 18.04 x64 the above fails with the following message:
Cannot set machine from deb_arch 'armv7l'
Full log: log.txt
Going by the docs, armv7l seems to be deprecated. Is this architecture no longer supported?
The text was updated successfully, but these errors were encountered:
feat(snap): electron 5 support (part 2)
48f5878
feat(snap): electron 5 support (part 2) Close electron-userland#3701, Close electron-userland#3677, Close electron-userland#3608, Close electron-userland#3326, Close electron-userland#2887
No branches or pull requests
Steps to reproduce:
package.json
replace the linux archx64
witharmv7l
.npm run dist
On Ubuntu 18.04 x64 the above fails with the following message:
Full log: log.txt
Going by the docs,
armv7l
seems to be deprecated. Is this architecture no longer supported?The text was updated successfully, but these errors were encountered: