An enum for describing different "fetch suffixes" for i.d.s.
nix-style
x86_64-linux
aarch64-darwin
gh-env-style
X64-Linux
ARM64-macOS
universal
An enum for describing different "fetch suffixes" for i.d.s.
nix-style
means that system names likex86_64-linux
andaarch64-darwin
are usedgh-env-style
means that names likeX64-Linux
andARM64-macOS
are useduniversal
means that the suffix is the staticuniversal
(for non-system-specific things)