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." )