-
Notifications
You must be signed in to change notification settings - Fork 216
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
Add support for s390x (IBM z/Arch) #296
Comments
With v3.0.0.0 out, supporting a new architecture is only a matter of building a musl cross-toolchain for that architecture. I will try to build a s390x toolchain. |
This is supported with my alpine-s6 docker image with 2.2.0.3 but will refactor a bit for 3.0.0.0 and also use a proper toolchain to avoid using QEMU. Thanks for your work on this @skarnet |
The build system has been greatly simplified; you won't need qemu or anything with 3.0.0.0, you will just need a proper toolchain and |
Roh wonderful! |
I added a s390x target in the latest git, with a toolchain that targets z196 or higher (similar to what Alpine does). Please tell me if it works for you. |
d480b99 lgtm thx.
|
btw, is there a test suite we could run to check if everything is ok? |
Not that I know of, but booting an s6-overlay container with |
Hi,
It would be nice to bring support for s390x platform like you have done for ppc64le (IBM Power). Thanks!
The text was updated successfully, but these errors were encountered: