iOS building under 32-bit Linux

Hi!
I’m trying to build my expo app for iOS under 32-bit Linux (i686). Is it possible to build app under this type of system/architecture? Because at this moment I’m not be able to install 64-bit system.

Here is my log:

$ bash -c 'uname'
Linux
$ lscpu
Architecture:          i686
CPU op-mode(s):        32-bit, 64-bit
$ exp -V
51.4.0
$ EXPO_DEBUG=true exp build:ios

15:03:33 [exp] Validating Credentials...
15:03:33 [exp] Error while gathering & validating credentials
15:03:33 [exp] {"result":"failure","reason":"Could not understand JSON reply from Ruby based local auth scripts","rawDump":"/usr/lib/node_modules/exp/node_modules/@expo/traveling-fastlane-linux/traveling-fastlane-1.4.7-linux-x86_64/lib/ruby/bin/ruby: line 6: /usr/lib/node_modules/exp/node_modules/@expo/traveling-fastlane-linux/traveling-fastlane-1.4.7-linux-x86_64/lib/ruby/bin.real/ruby: cannot execute binary file: Exec format error\n/usr/lib/node_modules/exp/node_modules/@expo/traveling-fastlane-linux/traveling-fastlane-1.4.7-linux-x86_64/lib/ruby/bin/ruby: line 6: /usr/lib/node_modules/exp/node_modules/@expo/traveling-fastlane-linux/traveling-fastlane-1.4.7-linux-x86_64/lib/ruby/bin.real/ruby: Success\n"}
15:03:33 [exp] undefined
15:03:33 [exp] undefined

Thanks!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.