Skip to content

How to setup asset discovery for Linux Arm64 #672

Answered by Robdel12
GProst asked this question in Support
Discussion options

You must be logged in to vote

Hey @GProst! At first I thought this was a bug because @percy/core should download the appropriate Chromium browser for the machine that the SDK is running on. We added M* Mac support in the past (#486), so I figured the same needed to be done here for arm64 linux.

Unfortunately, I think I figured out why Puppeteer also has this issue. It looks like there aren't any prebuilt revisions of Chromium for arm linux newer than 2014. Most Puppeteer issues suggest installing chrome and then setting the executable path to that installed Chrome (sudo apt install chromium-browser chromium-codecs-ffmpeg). That's what will have to be done, since there aren't any prebuilt versions offered.

Once you hav…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Robdel12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #659 on December 14, 2021 20:17.