This patch adds initial support for s390x and ppc64le. The idea is to put all platform specific code into separated files for conditional compilation with the regular go build tool.
Currently only a few functions related to qemu execution need to be adjusted. That's great.
This pr is mainly to explore options. We are getting good results on s390x running regular Docker container. ppc64le is also on it's way.
Thanks.
peter
This patch adds initial support for s390x and ppc64le. The idea is to put all platform specific code into separated files for conditional compilation with the regular go build tool. Currently only a few functions related to qemu execution need to be adjusted. That's great.
This pr is mainly to explore options. We are getting good results on s390x running regular Docker container. ppc64le is also on it's way. Thanks. peter