Skip to content

Commit f761f54

Browse files
committed
ci: Add GitHub Actions workflow for build and release
1 parent 09bdd68 commit f761f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_src/build_license_plate_runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def parse_args(argv: list[str]) -> argparse.Namespace:
238238
parser.add_argument("--provider", choices=["cpu", "dml"], default="cpu", help="Dependency profile to install")
239239
parser.add_argument("--requirements", help="Custom requirements file path")
240240
parser.add_argument("--python", default=sys.executable, help="Python interpreter used to create the virtual environment")
241-
parser.add_argument("--archive", choices=["zip", "tar.gz", "tgz"], help="Archive format. Default derived from platform")
241+
parser.add_argument("--archive", choices=["zip", "tar.gz", "tgz", "tar.xz", "txz"], help="Archive format. Default derived from platform")
242242
parser.add_argument("--output-dir", help="Staging directory for assembled runtime")
243243
parser.add_argument("--archive-dir", help="Directory where final archives are written")
244244
parser.add_argument("--runtime-version", default="1.0.0", help="Version label written into manifest snippet")

0 commit comments

Comments
 (0)