teddycloud
teddycloud copied to clipboard
no matching manifest for linux/arm64/v8 in the manifest list entries
Describe the bug Attempting to pull develop branch of teddycloud to get fix for audio encoder failing, get error "no matching manifest for linux/arm64/v8 in the manifest list entries", latest branch pulls correctly for v 0.6.4
To Reproduce Steps to reproduce the behavior: edit docker-compose.yaml to pull teddycloud image from ghcr.io/toniebox-reverse-engineering/teddycloud:develop docker compose pull fails with error above
Expected behavior expected "(check) teddycloud Pulled"
Screenshots If applicable, add screenshots to help explain your problem.
Technical Details:
- Version: develop branch
- Docker yes
- ghcr.io/toniebox-reverse-engineering/teddycloud:develop
Attach logs of teddyCloud Please attach the logs. Ex. docker logs -f teddycloud
Additional context Add any other context about the problem here.
This is currently intended, as the linux/arm64/v8 build doesn't run at all
Understood, thanks