rod
rod copied to clipboard
Add support for Linux Arm? for downloading etc.
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?
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
We need a download link for it.
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: @.***>
I have tried to find one, but no luck yet.