compatcheck: support macosx

This commit is contained in:
uumas
2025-09-14 02:58:39 +03:00
parent 7617edfdde
commit 37066850a0
2 changed files with 6 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ argument_specs:
- ubuntu
- fedora
- archlinux
- macosx
version_min:
description: Earliest supported major version. Allows any version if not specified.
type: int
@@ -31,7 +32,9 @@ argument_specs:
type: int
required: false
package_managers:
description: List of supported package managers. Defaults to apt for debian and ubuntu, dnf for fedora, pacman for archlinux
description: >-
List of supported package managers. Defaults to apt for debian and ubuntu,
dnf for fedora, pacman for archlinux, homebrew for macosx
type: list
required: false
elements: str
@@ -40,3 +43,4 @@ argument_specs:
- dnf
- pacman
- atomic_container
- homebrew