docs/reference/cli/pixi/workspace/platform/add.md
Adds a platform(s) to the workspace file and updates the lock file
--8<-- "docs/reference/cli/pixi/workspace/platform/add_extender:description"
pixi workspace platform add [OPTIONS] <PLATFORM|NAME=PLATFORM|__NAME[=VERSION[=BUILD]]>...
<PLATFORM|NAME=PLATFORM|__NAME[=VERSION[=BUILD]]></a>
: Platforms to add, optionally followed by raw virtual-package specsMay be provided more than once.
required: true
--cuda <VERSION></a>
: Declare a __cuda virtual package at the given version, e.g. 12.0. Valid on any subdir--cuda-arch <VERSION></a>
: Declare a __cuda_arch virtual package (GPU compute capability) at the given version, e.g. 8.6. Requires --cuda (or an existing __cuda), matching the conda CEP coupling. Serialized as cuda = { driver, arch }--archspec <ARCH></a>
: Declare a __archspec virtual package with the given microarchitecture string, e.g. x86-64-v3. Valid on any subdir--glibc <VERSION></a>
: Declare a __glibc virtual package at the given version, e.g. 2.28. Only valid on linux subdirs--linux <VERSION></a>
: Declare a __linux virtual package at the given kernel version, e.g. 5.10. Only valid on linux subdirs--macos <VERSION></a>
: Declare a __osx virtual package at the given macOS version, e.g. 14.0. Only valid on osx subdirsaliases: osx
--windows <VERSION></a>
: Declare a __win virtual package at the given Windows version, e.g. 10. Only valid on win subdirs--no-install</a>
: Don't update the environment, only add changed packages to the lock fileenv: PIXI_NO_INSTALL
--feature (-f) <FEATURE></a>
: The name of the feature to add the platform to--8<-- "docs/reference/cli/pixi/workspace/platform/add_extender:example"