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

Does arm architecture exist? #23

Open
badboycxcc opened this issue Dec 29, 2023 · 3 comments
Open

Does arm architecture exist? #23

badboycxcc opened this issue Dec 29, 2023 · 3 comments

Comments

@badboycxcc
Copy link

No description provided.

@DominicBreuker
Copy link
Owner

DominicBreuker commented Jan 1, 2024

not precompiled but you could certainly build it. GOOS=linux GOARCH=arm64 go build main.go for 64 bit ARM.

@badboycxcc
Copy link
Author

OS: Linux NASBE0024 3.4.6 #1 Thu Nov 24 08:11:27 CST 2022 armv5tel unknown

[/tmp] # ./main -h
-sh: ./main: cannot execute binary file

@DominicBreuker
Copy link
Owner

Phew maybe you have to specify the correct version of ARM. armv5tel sounds like GOOS=linux GOARM=5 GOARCH=arm go build main.go could work better.
The following page might help: https://go.dev/wiki/GoArm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants