-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: build command should accept arg
--arm64
Close #2801
- Loading branch information
Showing
20 changed files
with
113 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
#!/usr/bin/env bash | ||
set -e | ||
|
||
docker build -t electronuserland/builder:base -t electronuserland/builder:base-03.18 docker/base | ||
docker build -t electronuserland/builder:base -t electronuserland/builder:base-05.18 docker/base | ||
|
||
docker build -t electronuserland/builder:9 -t electronuserland/builder:latest -t electronuserland/builder:9-03.18 docker/9 | ||
docker build -t electronuserland/builder:10 -t electronuserland/builder:latest -t electronuserland/builder:10-05.18 docker/10 | ||
|
||
docker build -t electronuserland/builder:wine docker/wine | ||
docker build -t electronuserland/builder:wine-mono docker/wine-mono | ||
docker build -t electronuserland/builder:wine-chrome docker/wine-chrome | ||
|
||
docker build -t electronuserland/snapcraft-electron:2 docker/snapcraft-electron2 | ||
docker build -t electronuserland/builder:wine-chrome docker/wine-chrome |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
"author": "Foo Bar <[email protected]>", | ||
"license": "MIT", | ||
"build": { | ||
"electronVersion": "1.8.4", | ||
"electronVersion": "2.0.0", | ||
"appId": "org.electron-builder.testApp", | ||
"compression": "store", | ||
"npmRebuild": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"author": "Foo Bar <[email protected]>", | ||
"license": "MIT", | ||
"build": { | ||
"electronVersion": "1.8.4", | ||
"electronVersion": "2.0.0", | ||
"appId": "org.electron-builder.testApp", | ||
"compression": "store", | ||
"npmRebuild": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
"author": "Foo Bar <[email protected]>", | ||
"license": "MIT", | ||
"build": { | ||
"electronVersion": "1.8.4", | ||
"electronVersion": "2.0.0", | ||
"appId": "org.electron-builder.testApp", | ||
"compression": "store", | ||
"npmRebuild": false, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,10 @@ | |
exports[`arm 1`] = ` | ||
Object { | ||
"linux": Array [ | ||
Object { | ||
"arch": "arm64", | ||
"file": "TestApp_1.1.0_arm64.deb", | ||
}, | ||
Object { | ||
"arch": "armv7l", | ||
"file": "TestApp_1.1.0_armv7l.deb", | ||
|
@@ -88,6 +92,83 @@ Object { | |
|
||
exports[`arm 4`] = `"Test Application (test quite “ #378)"`; | ||
|
||
exports[`arm 5`] = ` | ||
Array [ | ||
"/", | ||
"/opt/", | ||
"/usr/", | ||
"/opt/Test App ßW/", | ||
"/opt/Test App ßW/blink_image_resources_200_percent.pak", | ||
"/opt/Test App ßW/content_resources_200_percent.pak", | ||
"/opt/Test App ßW/content_shell.pak", | ||
"/opt/Test App ßW/icudtl.dat", | ||
"/opt/Test App ßW/libffmpeg.so", | ||
"/opt/Test App ßW/libnode.so", | ||
"/opt/Test App ßW/LICENSE.electron.txt", | ||
"/opt/Test App ßW/LICENSES.chromium.html", | ||
"/opt/Test App ßW/natives_blob.bin", | ||
"/opt/Test App ßW/pdf_viewer_resources.pak", | ||
"/opt/Test App ßW/snapshot_blob.bin", | ||
"/opt/Test App ßW/testapp", | ||
"/opt/Test App ßW/ui_resources_200_percent.pak", | ||
"/opt/Test App ßW/views_resources_200_percent.pak", | ||
"/usr/share/", | ||
"/opt/Test App ßW/resources/", | ||
"/opt/Test App ßW/resources/app.asar", | ||
"/opt/Test App ßW/resources/electron.asar", | ||
"/usr/share/applications/", | ||
"/usr/share/applications/testapp.desktop", | ||
"/usr/share/doc/", | ||
"/usr/share/icons/", | ||
"/usr/share/doc/testapp/", | ||
"/usr/share/doc/testapp/changelog.gz", | ||
"/usr/share/icons/hicolor/", | ||
"/usr/share/icons/hicolor/128x128/", | ||
"/usr/share/icons/hicolor/16x16/", | ||
"/usr/share/icons/hicolor/24x24/", | ||
"/usr/share/icons/hicolor/256x256/", | ||
"/usr/share/icons/hicolor/32x32/", | ||
"/usr/share/icons/hicolor/48x48/", | ||
"/usr/share/icons/hicolor/512x512/", | ||
"/usr/share/icons/hicolor/64x64/", | ||
"/usr/share/icons/hicolor/96x96/", | ||
"/usr/share/icons/hicolor/128x128/apps/", | ||
"/usr/share/icons/hicolor/128x128/apps/testapp.png", | ||
"/usr/share/icons/hicolor/16x16/apps/", | ||
"/usr/share/icons/hicolor/16x16/apps/testapp.png", | ||
"/usr/share/icons/hicolor/24x24/apps/", | ||
"/usr/share/icons/hicolor/24x24/apps/testapp.png", | ||
"/usr/share/icons/hicolor/256x256/apps/", | ||
"/usr/share/icons/hicolor/256x256/apps/testapp.png", | ||
"/usr/share/icons/hicolor/32x32/apps/", | ||
"/usr/share/icons/hicolor/32x32/apps/testapp.png", | ||
"/usr/share/icons/hicolor/48x48/apps/", | ||
"/usr/share/icons/hicolor/48x48/apps/testapp.png", | ||
"/usr/share/icons/hicolor/512x512/apps/", | ||
"/usr/share/icons/hicolor/512x512/apps/testapp.png", | ||
"/usr/share/icons/hicolor/64x64/apps/", | ||
"/usr/share/icons/hicolor/64x64/apps/testapp.png", | ||
"/usr/share/icons/hicolor/96x96/apps/", | ||
"/usr/share/icons/hicolor/96x96/apps/testapp.png", | ||
] | ||
`; | ||
|
||
exports[`arm 6`] = ` | ||
Object { | ||
"Architecture": "armv7l", | ||
"Depends": "gconf2, gconf-service, libnotify4, libappindicator1, libxtst6, libnss3, libxss1", | ||
"Homepage": "http://foo.example.com", | ||
"License": "MIT", | ||
"Maintainer": "Foo Bar <[email protected]>", | ||
"Package": "testapp", | ||
"Priority": "extra", | ||
"Section": "devel", | ||
"Vendor": "Foo Bar <[email protected]>", | ||
} | ||
`; | ||
|
||
exports[`arm 7`] = `"Test Application (test quite “ #378)"`; | ||
|
||
exports[`custom depends 1`] = ` | ||
"[Desktop Entry] | ||
Name=Test App ßW | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters