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

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

Open
l10r opened this issue Apr 24, 2024 · 4 comments
Open

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

l10r opened this issue Apr 24, 2024 · 4 comments
Labels
enhance New feature or request upstream Upstream issue that can't solved by Rod

Comments

@l10r
Copy link

l10r commented Apr 24, 2024

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 l10r added the enhance New feature or request label Apr 24, 2024
Copy link

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
Copy link
Collaborator

ysmood commented Apr 25, 2024

We need a download link for it.

@l10r
Copy link
Author

l10r commented Apr 25, 2024 via email

@ysmood ysmood added the upstream Upstream issue that can't solved by Rod label Apr 25, 2024
@ysmood
Copy link
Collaborator

ysmood commented Apr 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhance New feature or request upstream Upstream issue that can't solved by Rod
Projects
None yet
Development

No branches or pull requests

2 participants