You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
standard_init_linux.go:219: exec user process caused: exec format error
May be it is not so difficult to add support for ARMv8 platform as FFMPEG and Go are cross platform?
The text was updated successfully, but these errors were encountered:
I have managed to manully build the docker image for Raspberry Pi 4 64bit OS with docker build command.
And run the local build docker image.
However I encounter some problem when I try to build docker images for management UI.
Hi guys, I have the same problem. I clone repository and build a code with command: docker buildx build --platform linux/arm64,linux/arm/v7 -t pviana/rtsp-stream:management --push . -f Dockerfile-management but return is a error during step npm install.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I've tried to run Docker image on Raspberry Pi 4:
May be it is not so difficult to add support for ARMv8 platform as FFMPEG and Go are cross platform?
The text was updated successfully, but these errors were encountered: