go-rod / rod

A Chrome DevTools Protocol driver for web automation and scraping.
https://go-rod.github.io
MIT License
5k stars 328 forks source link

Add support for Linux Arm? for downloading etc. #1045

Open l10r opened 2 months ago

l10r commented 2 months ago
var hostConf = map[string]struct {
    urlPrefix string
    zipName   string
}{
    "darwin_amd64":  {"Mac", "chrome-mac.zip"},
    "darwin_arm64":  {"Mac_Arm", "chrome-mac.zip"},
    "linux_amd64":   {"Linux_x64", "chrome-linux.zip"},
    "windows_386":   {"Win", "chrome-win.zip"},
    "windows_amd64": {"Win_x64", "chrome-win.zip"},
}[runtime.GOOS+"_"+runtime.GOARCH]

based on this i guess linux-arm is not compatible?

github-actions[bot] commented 2 months ago

Please add a valid Rod Version: v0.0.0 to your issue. Current version is v0.115.0

Please fix the format of your markdown:

1:1 MD038/no-space-in-code Spaces inside code span elements [Context: "`"]

generated by check-issue

ysmood commented 2 months ago

We need a download link for it.

l10r commented 2 months ago

There must be one no?

On Thu, Apr 25, 2024 at 6:53 AM Yad Smood @.***> wrote:

We need a download link for it.

— Reply to this email directly, view it on GitHub https://github.com/go-rod/rod/issues/1045#issuecomment-2076298382, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKY7LNDHG2HACHLFHZXMVRLY7B43VAVCNFSM6AAAAABGWIZR3GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZWGI4TQMZYGI . You are receiving this because you authored the thread.Message ID: @.***>

ysmood commented 2 months ago

I have tried to find one, but no luck yet.