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

arm build target #99

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dotcs
Copy link

@dotcs dotcs commented May 4, 2022

This PR adds the arm build target. This fixes #95.

Currently the following build targets are available with go v1.18. Please notice that darwin/arm is not a valid build target, which is why I have excluded it.

$ go tool dist list | grep arm
android/arm
android/arm64
darwin/arm64
freebsd/arm
freebsd/arm64
ios/arm64
linux/arm
linux/arm64
netbsd/arm
netbsd/arm64
openbsd/arm
openbsd/arm64
plan9/arm
windows/arm
windows/arm64

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

Successfully merging this pull request may close these issues.

Add release for armv6l
1 participant