KnossosNET / Knossos.NET

Repository for the Knossos.NET launcher, currently in development.
GNU General Public License v3.0
21 stars 10 forks source link

use specific Ubuntu version for docker (22.04-jammy) #212

Closed notimaginative closed 2 weeks ago

notimaginative commented 2 weeks ago

Newest Ubuntu LTS release (24.04) includes a version of qemu-user-static which fails to run aarch64 binaries on x86_64 hardware. Forcing Docker to use an older version of Ubuntu should work around the problem until qemu-user-static is fixed upstream.