mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
ci: [gn] build 32-bit node modules on 32-bit linux (#14021)
This commit is contained in:
committed by
Charles Kerr
parent
ae79fd1bb3
commit
c0dfc4b2eb
@@ -403,6 +403,7 @@ jobs:
|
||||
DISPLAY: ':99.0'
|
||||
GN_CONFIG: //electron/build/args/debug.gn
|
||||
GN_EXTRA_ARGS: 'target_cpu = "x86"'
|
||||
NPM_CONFIG_ARCH: ia32
|
||||
docker:
|
||||
- image: electronbuilds/electron:0.0.8
|
||||
resource_class: 2xlarge
|
||||
@@ -413,6 +414,7 @@ jobs:
|
||||
DISPLAY: ':99.0'
|
||||
GN_CONFIG: //electron/build/args/release.gn
|
||||
GN_EXTRA_ARGS: 'target_cpu = "x86"'
|
||||
NPM_CONFIG_ARCH: ia32
|
||||
docker:
|
||||
- image: electronbuilds/electron:0.0.8
|
||||
resource_class: 2xlarge
|
||||
|
||||
Reference in New Issue
Block a user