TUN-6362: Add armhf support to cloudflare packaging

We now will have `armhf` based debs on our github pages

This will also sync to our R2 Release process allowing legacy rpi users to
eventually be able to apt-get install cloudflared.
This commit is contained in:
Sudarsan Reddy
2022-06-20 12:05:03 +01:00
parent 420e80ea50
commit 135c8e6d13
3 changed files with 22 additions and 4 deletions

View File

@@ -354,7 +354,7 @@ def parse_args():
)
parser.add_argument(
"--archs", default=["amd64", "386", "arm64", "arm"], help="list of architectures we want to package for. Note that\
"--archs", default=["amd64", "386", "arm64", "arm", "armhf"], 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."
)