Skip to main content

7 posts tagged with "Core"

Internal changes for Atmos contributors and core developers

View All Tags

Atmos Now Builds Atmos

· 3 min read
Erik Osterman
Founder @ Cloud Posse

Atmos now builds itself through a first-class Atmos command:

atmos build --target linux

We replaced the old Make-based build and CI entrypoints with Atmos custom commands to improve the developer experience and dogfood our own workflow engine. Build and test workflows now expose the flags developers actually care about, such as the target platform, while Atmos owns the shell details, cross-compilation wiring, output paths, and CI glue behind the command.