You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
Docker facilitates a self-contained system to build PhantomJS static binary (#13822). This works well on a 64-bit system. With some tweaks, it is still possible to pull a 32-bit Docker image and produce 32-bit static binary. However, it is preferred to keep using the same official 64-bit Ubuntu 14.04 image to produce 32-bit binary.
The text was updated successfully, but these errors were encountered:
Method 1: Cross-compile using 64-bit compiler and libraries. This requires packages such as gcc-multilib (and a few others), as well as -m32 in the CFLAGS.
Method 2: Create a 32-bit environment using chroot.
Docker facilitates a self-contained system to build PhantomJS static binary (#13822). This works well on a 64-bit system. With some tweaks, it is still possible to pull a 32-bit Docker image and produce 32-bit static binary. However, it is preferred to keep using the same official 64-bit Ubuntu 14.04 image to produce 32-bit binary.
The text was updated successfully, but these errors were encountered: