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

Arm support #360

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Conversation

timetheoretical
Copy link

Enables support for ARM devices. Requires chromium-browser to be pre-installed via package manager, e.g. apt. Tested successfully on a Raspberry Pi 3B with Raspberry Pi OS 11 (Bullseye). Resolves #155 .

@danielbeltejar
Copy link

@timetheoretical, lacks arm64 support (aarch64)

kirihar2 pushed a commit to kirihar2/pyppeteer that referenced this pull request May 1, 2022
kirihar2 pushed a commit to kirihar2/pyppeteer that referenced this pull request May 1, 2022
@lukaszdz
Copy link

lukaszdz commented Feb 17, 2023

If you add the following snippet to current_platfrom(), i think it should do the trick, no?

    elif sys.platform.startswith(
        "linux"
    ) and platform.uname().machine.startswith("aarch64"):
        return "arm_linux"

@lukaszdz
Copy link

@timetheoretical want to add in the above code for aarch64 and get this merged?

@lukaszdz
Copy link

lukaszdz commented Feb 29, 2024

@danielbeltejar @timetheoretical Bumping this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for downloading/using ARM Chromium binaries (Raspberry Pi, ...)
3 participants