Silex / docker-emacs

Run Emacs in docker containers!
https://hub.docker.com/r/silex/emacs
GNU General Public License v3.0
208 stars 42 forks source link

32bits containers should be built with linux32 #60

Closed Silex closed 4 years ago

Silex commented 4 years ago

By default uname -m returns x86_64 even on i386 containers.

Using linux32 ./configure fixes the problem.

Silex commented 4 years ago

The trick is to use ./configure --build="$(dpkg-architecture --query DEB_BUILD_GNU_TYPE)" instead of linux32 ./configure