From cc8aa0efb58bff1162d4a52a3fa0e687734ce1b8 Mon Sep 17 00:00:00 2001 From: Sudarsan Reddy Date: Wed, 8 Jun 2022 15:59:36 +0100 Subject: [PATCH] TUN-6361: Add cloudflared arm builds to pkging as well --- release_pkgs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_pkgs.py b/release_pkgs.py index 6f365b03..36f672ff 100644 --- a/release_pkgs.py +++ b/release_pkgs.py @@ -340,7 +340,7 @@ def parse_args(): ) 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\ will not build binaries or create their debs." )