Allow CI building on arm64 hardware
This commit is contained in:
parent
569b87ff83
commit
134d3f98c9
4 changed files with 107 additions and 2 deletions
|
@ -33,7 +33,8 @@ describe('modules support', () => {
|
|||
// https://github.com/electron/electron/issues/11274
|
||||
xdescribe('ffi', () => {
|
||||
before(function () {
|
||||
if (!nativeModulesEnabled || process.platform === 'win32') {
|
||||
if (!nativeModulesEnabled || process.platform === 'win32' ||
|
||||
process.arch === 'arm64') {
|
||||
this.skip()
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue