jeessy2 / ddns-go

Simple and easy to use DDNS. Support Aliyun, Tencent Cloud, Dnspod, Cloudflare, Callback, Huawei Cloud, Baidu Cloud, Porkbun, GoDaddy, Namecheap, NameSilo...
MIT License
11.72k stars 1.35k forks source link

fix(goreleaser): add build for Android #1076

Closed WaterLemons2k closed 6 months ago

WaterLemons2k commented 6 months ago

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

jeessy2 commented 6 months ago

👍