mageddo / dns-proxy-server

Solve your DNS hosts from your docker containers, then from your local configuration, then from internet
http://mageddo.github.io/dns-proxy-server/
Apache License 2.0
766 stars 76 forks source link

Upgrade Version Qemu #500

Closed mageddo closed 1 week ago

mageddo commented 2 weeks ago

What is Happening

Looks like Qemu 7 along with graalvm is producing a binary which doesn't work on non 4k page size linux arm64 kernels.

Page size was reported at #473

What is Expected

Upgrade Qemu to 8.x as suggested at this issue (https://github.com/oracle/graal/issues/7513)

Changes (Optional)