I have an M1 Apple Silicon chip.
make build fails with the following error: E: Unable to locate package google-chrome-stable
I was able to build successfully with the command docker build --platform linux/amd64 --no-cache --rm --tag udovicic/magepack:2.11 . (note the additional flag --platform linux/amd64)
I'm not confident enough with Docker to submit a PR. I'm opening this issue to let you know. Thanks!
I have an M1 Apple Silicon chip.
make buildfails with the following error:E: Unable to locate package google-chrome-stableI was able to build successfully with the command
docker build --platform linux/amd64 --no-cache --rm --tag udovicic/magepack:2.11 .(note the additional flag--platform linux/amd64)I'm not confident enough with Docker to submit a PR. I'm opening this issue to let you know. Thanks!