-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status of i386 docker images #574
Comments
@tianon is it enough to update the |
We'll also need to update docker-node/9.0/stretch/Dockerfile Lines 25 to 33 in 222c645
x86 , but yeah, I'd love to see i386 images! (they're really useful in my experience for testing at least basic multiarch support on a pure-amd64 machine)
|
EDIT: Yes it should, since we compile from source on alpine anyways |
Yeah, as you noted, Alpine compiles from source thanks to musl: $ manifest-tool inspect node:alpine | grep Arch
1 - Arch: amd64
2 - Arch: arm
3 - Arch: arm64
4 - Arch: ppc64le Edit: |
* Add i386 arch support Fixes #574 * download is x86, not i386 * Remove wheezy from i386 builds * No alpine-3.4 i386 build
The i386 docker images state they are experimental until the resolution of an upstream feature. That feature has since been implemented. Is there an update to the stability status of the i386 docker images?
We would like to start using them to build out x86 gyp binaries for distribution.
The text was updated successfully, but these errors were encountered: