mirror of
https://github.com/stoatchat/livekit-server.git
synced 2026-08-24 15:33:04 -04:00
Missing linux/amd64 platform in version 1.9.9 #1
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 @Damocles078 on GitHub (Feb 11, 2026).
Describe the bug
Container is not available for linux/amd64
Server
Client
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Get the description of the image in a json format because the image is available since the docker action lists "platforms: linux/amd64,linux/arm64".
Screenshots
Additional context
Required version for running stoatchat/stoatchat using the provided compose.yml on linux/amd64
docker image inspect --platform linux/arm64 ghcr.io/stoatchat/livekit-server:v1.9.9
-> OK
@Damocles078 commented on GitHub (Feb 13, 2026):
It seems the latest package with multi-arch is v1.9.6 which acts as latest. There is however no change since that release date.