-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I recently switched to a new MacBook Pro powered by the Apple M1 Silicon chipset and I ran into some problems while trying to set up the AVG environment there. Specifically, I got this warning when I ran the docker run command:
$ docker run --name="avg" -dit --mount type=bind,source=$(pwd)/share,target=/share --env-file=default.env lucab85/avg
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
Could it be that we need to build an alternative version of the the base image, that suits the M1 chipset?
Metadata
Metadata
Assignees
Labels
No labels