ucarno / ow-league-tokens

Bot that farms Overwatch League tokens by pretending you watch league streams
https://discord.gg/kkq2XY4cJM
193 stars 24 forks source link

Raspberry Pi docker install? #27

Closed AJConnelly closed 1 year ago

AJConnelly commented 1 year ago

Im new to this so bear with me if this is a dumb question, but I'm trying to get this to run on my raspberry pi 3b+. I tried: docker run probablypablito/ow-league-tokens but returned this error: docker: no matching manifest for linux/arm/v7 in the manifest list entries.

Is this just due to arm being different than x86 or am I missing something to get this to run on a pi?

nakda commented 1 year ago

Yes, if I remember correctly the architecture for which the project is built is not ARM. Since I have a Pi 4, I had to build the project targeting ARM64.

aftrmth728 commented 1 year ago

Yes, if I remember correctly the architecture for which the project is built is not ARM. Since I have a Pi 4, I had to build the project targeting ARM64.

Would it be possible to show me your docker-compose.yml? I haven't received any tokens since setting it up on Tuesday and I'm wanting to check I didn't make an error when editing the compose file.

Thanks

nakda commented 1 year ago

Sure, here it is: docker-arm64.yml.txt

Adrii-dll commented 1 year ago

Im on a Pi 3 and no errors for me, i just followed the instructions

AJConnelly commented 1 year ago

Yeah it turned out when I reset my pi I used the 32bit image rather than the 64 bit raspbian image. Now I am just being a noob with docker and trying to find a directory to edit docker-compose.yml

edit: Realised what i did wrong again rather than simply pulling it I had to clone the git repo then compose that directory locally with the edited docker.yml. All good now and its running perfectly except for the time in the log seems to timestamped at UTC which is annoying but seems like a docker thing