srid / nixci

Define and build CI for Nix projects anywhere; superceded by Omnix https://omnix.page/om/ci.html
GNU Affero General Public License v3.0
109 stars 5 forks source link

Allow building for custom system #3

Closed srid closed 1 year ago

srid commented 1 year ago

eg: --option system aarch64-linux

srid commented 1 year ago

In particular we also want to limit the outputs that are built for this system.

Eg: in nammayatri we want to build the backend (binaries & docker image) for aarch64-linux, but the frontend shell should not be built that way.