Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: linux/arm/v7 support for Raspberry Pi #194

Open
semaf opened this issue Dec 3, 2022 · 1 comment
Open

Feature: linux/arm/v7 support for Raspberry Pi #194

semaf opened this issue Dec 3, 2022 · 1 comment
Labels
feature A request for a new feature. help wanted I have no idea why this is happening, please help!

Comments

@semaf
Copy link

semaf commented Dec 3, 2022

Describe the proposed feature

Hey,

Supporting Raspberry Pi (armhf) would be interesting. You have a great project!

regards

Reasoning

mi@raspberrypi:~ $ docker run --volume "$(pwd)/config:/etc/greed" --volume "$(pwd)/strings:/usr/src/greed/strings" --volume "$(pwd)/data:/var/lib/greed" ghcr.io/steffo99/greed
Unable to find image 'ghcr.io/steffo99/greed:latest' locally
latest: Pulling from steffo99/greed
Digest: sha256:3c93908e10f2cf0a1de8e066c62e109ad32386c979bf82ee05dc716364240d5b
Status: Downloaded newer image for ghcr.io/steffo99/greed:latest
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm/v7) and no specific platform was requested

Additional information

No response

@semaf semaf added the feature A request for a new feature. label Dec 3, 2022
@Steffo99 Steffo99 reopened this Dec 4, 2022
@Steffo99 Steffo99 changed the title Feature: armhf support for Raspberry Pi Feature: linux/arm/v7 support for Raspberry Pi Dec 4, 2022
@Steffo99
Copy link
Owner

Steffo99 commented Dec 4, 2022

Seems like pip / buildx currently has some kind of bug when running on linux/arm...?

https://github.com/Steffo99/greed/actions/runs/3610869977/jobs/6084936789#step:6:376

I'm not sure what's causing it; in the meantime, try building the image yourself!

$ git clone https://github.com/Steffo99/greed.git
$ git checkout v0.18.0
$ docker build --tag ghcr.io/steffo99/greed:0.18

@Steffo99 Steffo99 added the help wanted I have no idea why this is happening, please help! label Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A request for a new feature. help wanted I have no idea why this is happening, please help!
Projects
None yet
Development

No branches or pull requests

2 participants