jerson / pgrok

Free Introspected tunnels to localhost, like ngrok but free and unlimited
https://hub.docker.com/r/jerson/pgrok
Other
281 stars 54 forks source link

How can I running this on Android ( Termux ) #4

Closed songoten28 closed 3 years ago

songoten28 commented 3 years ago

I already download ARM64 or even build it by myself. Seem it not working

songoten28 commented 3 years ago

Im build wrong cpu architecture. Sorry about this accident

jerson commented 3 years ago

hi @songoten28 thanks for report the issue, for our next build im adding android binaries to releases

https://github.com/jerson/pgrok/commit/7a9e9f632c4c423273142dafaa49ea1923dfa82d

there are some extra changes needed im going to prepare a better CI to support android

jerson commented 3 years ago

https://github.com/jerson/pgrok/releases/download/v3.2.4/pgrok_3.2.4_android_arm64.tar.gz

finally works :D, it seems that go 1.16 doesn't support android arm7 anymore, but I don't think it's necessary to support it anymore.

songoten28 commented 3 years ago

Hm

https://github.com/jerson/pgrok/releases/download/v3.2.4/pgrok_3.2.4_android_arm64.tar.gz

finally works :D, it seems that go 1.16 doesn't support android arm7 anymore, but I don't think it's necessary to support it anymore.

Some devices like Android TV still using armv7a for sure. Better Pgrok should support for them

jerson commented 3 years ago

thanks I didn't know that, I'm going to do some tests to see if I can support it with another github actions maybe.