rod icon indicating copy to clipboard operation
rod copied to clipboard

Add support for Linux Arm? for downloading etc.

Open l10r opened this issue 10 months ago • 4 comments

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?

l10r avatar Apr 24 '24 06:04 l10r

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

github-actions[bot] avatar Apr 24 '24 06:04 github-actions[bot]

We need a download link for it.

ysmood avatar Apr 25 '24 03:04 ysmood

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: @.***>

l10r avatar Apr 25 '24 10:04 l10r

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

ysmood avatar Apr 25 '24 14:04 ysmood