The official version on the PhoneGap Build curated plugins list will be built for arm, although note that this is an older version. To use it:
<plugin name="org.crosswalk.engine" spec="1.3.0" source="pgb" />
for x86
<plugin name="org.crosswalk.engine.x86" spec="1.3.0" source="pgb" />
Alternatively This plugin allows you to create either an x86 version or a weapon version in PGB.
<plugin name="cordova-plugin-crosswalk-webview" source="npm" />
<plugin name="cordova-build-architecture" spec="https://github.com/MBuchalik/cordova-build-architecture.git#v1.0.1" source="git" />
<preference name="buildArchitecture" value="x86" />
source
share