OpenBudgeteer icon indicating copy to clipboard operation
OpenBudgeteer copied to clipboard

Install on Pi not possible due to not matching platform

Open Akashic101 opened this issue 3 years ago • 7 comments

I wanted to install this app on my Pi 4B but ran during install into a problem. Using the command

docker run -d --name='openbudgeteer' -e 'Connection:Provider'='sqlite'
-v '/data/openBugdeteer:/app/database' -p '6100:80/tcp'     'axelander/openbudgeteer:arm64'

results into the error-message

The requested image's platform (linux/arm64/v8) does not match the detected
host platform (linux/arm/v7) and no specific platform was requested

This problem persists when updating from Buster to Bullseye

Akashic101 avatar Nov 29 '21 14:11 Akashic101

Having the same problem.

baldonharris avatar Nov 30 '21 11:11 baldonharris

It looks like you have a 32 bit OS? It's running fine on my Pi 4B Raspberry pi OS 64bit (Bullseye)

roupenig avatar Nov 30 '21 14:11 roupenig

I'm indeed running the 32bit OS-version of bullseye. I will later try to upgrade to 64bit with another sd-card and see if it works then

Akashic101 avatar Nov 30 '21 14:11 Akashic101

Was it possible for you to switch to 64bit OS and does it work? If yes I would then close this issue.

TheAxelander avatar Dec 07 '21 08:12 TheAxelander

I'm sorry, I didn't had time to try it out yet. I will try to get to it as soon as possible

Akashic101 avatar Dec 07 '21 08:12 Akashic101

No problem and no pressure :) Just wanted to check on that.

TheAxelander avatar Dec 07 '21 08:12 TheAxelander

I was able to install the arm64-docker-image without any problems after switching from 32bit to the 64bit-version of Bullseye. While this does solve my problem it would still be great to have access to a 32bit-version if this is possible

Akashic101 avatar Dec 07 '21 16:12 Akashic101