Closed lanphan closed 3 weeks ago
Hello,
I tried to download your image to run it on Mac M1 with command below:
docker container run \ --restart unless-stopped --name crypto-miner -d \ -e MINING_POOL="rx.unmineable.com:3333" \ -e MINING_COIN="SHIB" \ -e REFERRAL_CODE="7lkr-kmhq" \ -e WALLET_ADDRESS="yyyy" \ -e WORKER_NAME="xxxx" \ --platform=linux/arm64 \ ghcr.io/lpsm-dev/docker-crypto-miner:main
however, it said
docker: no matching manifest for linux/arm64 in the manifest list entries.
Would you please check that your image is supported for this platform? In addition, the platform required for Mac M1 is linux/arm64/v8, would you please build image for this?
Thanks.
Hi @lanphan!
Test again. I've published a new version with builds for other architectures.
Thx
Hello,
I tried to download your image to run it on Mac M1 with command below:
however, it said
Would you please check that your image is supported for this platform? In addition, the platform required for Mac M1 is linux/arm64/v8, would you please build image for this?
Thanks.