util/linuxfw: Fix comment which lists supported linux arches

Only arm64 and amd64 are supported

Signed-off-by: Craig Rodrigues <rodrigc@crodrigues.org>
This commit is contained in:
Craig Rodrigues 2023-09-07 07:15:13 -07:00 committed by Brad Fitzpatrick
parent 0909e90890
commit 8452d273e3

View File

@ -1,7 +1,7 @@
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause
// NOTE: linux_{arm64, x86} are the only two currently supported archs due to missing
// NOTE: linux_{arm64, amd64} are the only two currently supported archs due to missing
// support in upstream dependencies.
// TODO(#8502): add support for more architectures