mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-11 21:50:25 +08:00
TUN-6361: Add cloudflared arm builds to pkging as well
This commit is contained in:
@@ -340,7 +340,7 @@ def parse_args():
|
|||||||
)
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--archs", default=["amd64", "386", "arm64"], help="list of architectures we want to package for. Note that\
|
"--archs", default=["amd64", "386", "arm64", "arm"], help="list of architectures we want to package for. Note that\
|
||||||
it is the caller's responsiblity to ensure that these debs are already present in a directory. This script\
|
it is the caller's responsiblity to ensure that these debs are already present in a directory. This script\
|
||||||
will not build binaries or create their debs."
|
will not build binaries or create their debs."
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user