Docker: ARM64 support
This release fixes multi-architecture image publishing so dayGLANCE can run on ARM64 hosts, such as Raspberry Pi, Apple Silicon, and ARM cloud servers. There are no application changes; the app is functionally identical to 4.0.0.
Android: Correct APK attached
I also realized the last release accidentally included the regular APK, which includes the Play Store paywall. I've corrected that here by including the correct APK. Like above, there are no changes in functionality to v4.0.0.
Fixed
- ARM64 container images: the published image is now a true multi-arch manifest covering both
linux/amd64andlinux/arm64. Previously every tag was silently amd64-only, so ARM64 pulls failed withno matching manifest for linux/arm64/v8. (#1257)
Affected tags
4.0.1, 4.0, and latest are now multi-arch. Because docker-compose.yml tracks latest, existing Compose users on ARM64 just need to re-pull:
docker compose pull && docker compose up -d
# or, for a direct pull:
docker pull ghcr.io/krelltunez/dayglance:4.0.1Apologies for the misses on the last release; thanks for using dayGLANCE!