ARM C++ build for Debian 11 in latest versions #4534
Unanswered
sumantg10
asked this question in
Feature requests
Replies: 1 comment
-
Since docker is providing an arm64 debian-11 base image I guess it should be possible to generate it... devNote # Enable qemu build to have arm64 `docker buildx ls` support on x86_64
docker run --pull always --rm --privileged multiarch/qemu-user-static --reset -p yes
cd tools/docker
# Generate archive should take ~4h on x86_64 machine and ~1h on apple m1 (no qemu involved)
make arm64_debian-11_cpp_export |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What language and solver does this apply to?
C++
Hi @Mizux and @lperron,
I hope you're both doing well.
I wanted to check if an ARM C++ build for Debian 11 could be included in the release process. I noticed that this was manually done for versions v9.8 and v9.9 in issue #4136, but I don't see an equivalent build for v9.10. Would it be possible to add an ARM-based build for version v9.10 as well?
Thanks in advance for your support!
Beta Was this translation helpful? Give feedback.
All reactions