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
Oh, that's because the bot in the image is built with GOOS=linux and GOARCH=amd64. I think in your case, you need a build with GOARCH=arm. We can add a docker image with arm arch tomorrow. If you are in a hurry, you can try to build it yourself. Thanks.
This is what I see when attempting to run the bot using
sudo docker run -it --rm -v ./workingDir --name=auctionBidder --env NETWORK=ropsten hydroprotocolio/liquidation_bot:latest /bin/main
Any ideas?
The text was updated successfully, but these errors were encountered: