Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARM64/v8 platform support #61

Open
lumenier1 opened this issue Jan 10, 2021 · 2 comments
Open

ARM64/v8 platform support #61

lumenier1 opened this issue Jan 10, 2021 · 2 comments

Comments

@lumenier1
Copy link

lumenier1 commented Jan 10, 2021

Hi,

I've tried to run Docker image on Raspberry Pi 4:

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?

@lihungte96
Copy link

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.

docker build -t rtsp-stream .
docker run -v `pwd`/build/rtsp-stream.yml:/app/rtsp-stream.yml -p 8080:8080 -e RTSP_STREAM_DEBUG=true rtsp-stream

@pviana87
Copy link

pviana87 commented Mar 2, 2022

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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants