Skip to content

Commit

Permalink
fix(maker): build armv7l distributables when arch=all
Browse files Browse the repository at this point in the history
  • Loading branch information
malept authored and MarshallOfSound committed Dec 11, 2016
1 parent 775459c commit f6d28c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/electron-forge-make.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ const main = async () => {
targetArchs = ['x64'];
break;
case 'linux':
targetArchs = ['ia32', 'x64', 'armv7l'];
break;
case 'win32':
default:
targetArchs = ['ia32', 'x64'];
Expand Down

0 comments on commit f6d28c3

Please sign in to comment.