Remove deprecated armhf builds for 10.11.x

This commit is contained in:
Joshua M. Boniface
2025-06-07 16:21:22 -04:00
parent 32a8c20879
commit 499fddfa78
5 changed files with 1 additions and 23 deletions

View File

@@ -689,7 +689,7 @@ def usage():
log(" BUILD_TYPE: The type of build to execute")
log(f" * Valid options are: {', '.join(configurations.keys())}")
log(" BUILD_ARCH: The CPU architecture of the build")
log(" * Valid options are: <empty> [portable/docker only], amd64, arm64, armhf")
log(" * Valid options are: <empty> [portable/docker only], amd64, arm64")
log(" BUILD_VERSION: A valid OS distribution version (.deb build types only)")