Created attachment 233667 [details] headscale patch headscale fails to compile on ARM because golang dependency monderc.org/libc doesn't offer ARM support.
(In reply to Michael Muenz from comment #0) FreeBSD aarch64 shouldn't be hard to support.
Dear Mikael, I asked in discord channel of Headscale and they were not sure how easy it is to implement it, as also they have no control over the dependency. I constantly get build errors about broken arm so I thought to ask there first and then disable it if there's no positive feedback.
Committed, Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bc80eb91335940751fa91a7f616a5d5f3b462e9f commit bc80eb91335940751fa91a7f616a5d5f3b462e9f Author: Michael Muenz <m.muenz@gmail.com> AuthorDate: 2022-06-29 05:45:15 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-06-30 05:39:17 +0000 security/headscale: mark ARM support as broken headscale fails to compile on ARM because golang dependency monderc.org/libc doesn't offer ARM support. PR: 263725 Reported by: m.muenz@gmail.com (maintainer) security/headscale/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)