Skip to main content

Build

The step that turns source code into a runnable artifact — typically a container image — before anything is started or served.

Builds are the half of a deploy that can fail without affecting production, which makes them the cheapest place to catch problems. A build that runs your tests, type checks, and linters is doing work that would otherwise surface at runtime.

See also