mirror of
https://github.com/NATroutter/egg-hytale.git
synced 2026-03-01 11:21:13 +03:00
ARM64 support #11
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KaoruBoy on GitHub (Jan 13, 2026).
The installer container does not support arm64 and will say /bin/bash does not exist because it can't pull an arm64 version.
Changing the container to one that supports arm64 like ghcr.io/mikolajkolek/images:debian fixes it.
It looks like they forgot to ship an arm64 installer though :/