Skip to content

Commit cc8aa0e

Browse files
TUN-6361: Add cloudflared arm builds to pkging as well
1 parent 475939a commit cc8aa0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release_pkgs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def parse_args():
340340
)
341341

342342
parser.add_argument(
343-
"--archs", default=["amd64", "386", "arm64"], help="list of architectures we want to package for. Note that\
343+
"--archs", default=["amd64", "386", "arm64", "arm"], help="list of architectures we want to package for. Note that\
344344
it is the caller's responsiblity to ensure that these debs are already present in a directory. This script\
345345
will not build binaries or create their debs."
346346
)

0 commit comments

Comments
 (0)