mark headscale ONLY_FOR_ARCHS=amd64; uses modernc.org/libc@v1.16.8 which

only has amd64 support for OpenBSD. Newer versions appear to add support
for i386 and arm64 (https://gitlab.com/cznic/libc) so this could be widened
when headscale starts using a newer version.
This commit is contained in:
sthen 2022-10-20 16:01:39 +00:00
parent 90af5c1bb1
commit 4f76dfb61d

View File

@ -1,3 +1,9 @@
ONLY_FOR_ARCHS = amd64
# this depends on modernc.org/libc; as of v1.16.8 it only has code to
# support amd64 on OpenBSD.
#
# recheck when updating; 1.17 adds arm64 and 1.20 adds i386
COMMENT = open source implementation of the Tailscale control server
MODGO_MODNAME = github.com/juanfont/headscale