Skip to content

Architecture Switch

Routes the execution flow based on the system's Cpu architecture.

This node acts as a switch, directing the execution flow based on the Cpu architecture of the machine running the pipeline.

It checks the system's architecture at runtime and triggers the corresponding output execution port.

Supported Architectures#

  • x64: Corresponds to amd64.
  • arm64: Corresponds to arm64.

If the node is executed on an unsupported architecture, it will stop the execution and report an error.

Inputs#

Port Description
Triggers the architecture check.

Outputs#

Port Description
x64
Triggered on x64 (amd64) systems.
arm64
Triggered on arm64 systems.

ID: core/switch-arch@v1