Yan Song Liu
Yan Song Liu
Docker image `golang:1.21` and `FROM alpine:latest` are all multi arch supported include `s390x` and `armv7`, and I also tried to build the `s390x` binary ``` root:~/aurora(main)$ git diff diff --git...
@Crillerium have a rough try, it's not difficult to enable s390x from my side, I will create a PR for this.
No code change needed. you can use `make cli-linux-server` and `make cli-client` on a `s390x` host, it will build out the target arch.
this works well on a `s390x` host, so it seems a bug on the `qemu-system-s390x` ``` root@e7cbf590f0b9:/# uname -a Linux e7cbf590f0b9 4.18.0-477.27.1.el8_8.s390x #1 SMP Thu Aug 31 10:47:02 EDT 2023...
@davidkna I think all the comments already addressed. Could you help to approve this PR?
I license my contributions to the rust-lang/docker-rust and rust-lang/docker-rust-nightly repositories under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.