Missing linux/amd64 platform in version 1.9.9 #1

Open
opened 2026-02-16 03:16:24 -05:00 by yindo · 1 comment
Owner

Originally created by @Damocles078 on GitHub (Feb 11, 2026).

Describe the bug
Container is not available for linux/amd64

Server

  • Version: N/A
  • Environment: N/A

Client

  • SDK: N/A
  • Version: N/A

To Reproduce
Steps to reproduce the behavior:

  1. docker image inspect --platform linux/amd64 ghcr.io/stoatchat/livekit-server:v1.9.9
  2. get : Error response from daemon: image with reference ghcr.io/stoatchat/livekit-server:v1.9.9 was found but its platform (linux/arm64) does not match the specified platform (linux/amd64)

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

Image Image

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

Originally created by @Damocles078 on GitHub (Feb 11, 2026). **Describe the bug** Container is not available for linux/amd64 **Server** - Version: N/A - Environment: N/A **Client** - SDK: N/A - Version: N/A **To Reproduce** Steps to reproduce the behavior: 1. docker image inspect --platform linux/amd64 ghcr.io/stoatchat/livekit-server:v1.9.9 2. get : Error response from daemon: image with reference ghcr.io/stoatchat/livekit-server:v1.9.9 was found but its platform (linux/arm64) does not match the specified platform (linux/amd64) **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** <img width="1848" height="83" alt="Image" src="https://github.com/user-attachments/assets/79264573-1504-4d68-8f9e-ffea715fd116" /> <img width="1829" height="424" alt="Image" src="https://github.com/user-attachments/assets/1465e530-10e4-4d27-b755-394f4ab37b23" /> **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
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/livekit-server#1