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

fix(goreleaser): add build for Android #1076

Merged
merged 1 commit into from Apr 8, 2024

Conversation

WaterLemons2k
Copy link
Contributor

@WaterLemons2k WaterLemons2k commented Apr 8, 2024

What does this PR do?

After revisiting the following issues, I finally realized that the bad system call bug on Termux should be fixed when GOOS is android.

So, we just need to add a build for Android.

Test passed on Termux.

Fixes #1075.

Motivation

#1075

Additional Notes

According to golang/go@58f6022, the `bad system call` bug on Termux should be fixed when GOOS is android.

Test passed on Termux.
@jeessy2 jeessy2 merged commit 23a8b04 into jeessy2:master Apr 8, 2024
2 checks passed
@WaterLemons2k WaterLemons2k deleted the android branch April 8, 2024 14:23
@jeessy2
Copy link
Owner

jeessy2 commented Apr 8, 2024

👍

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.

arm64版本,使用cmd获取ip就会崩溃
2 participants