From 4986cf282bb763de30a707781944080cbb1b2da1 Mon Sep 17 00:00:00 2001 From: Thomas Schaffter Date: Tue, 6 Feb 2024 17:30:31 +0000 Subject: [PATCH] Add task to build iatlas images --- dev-env.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-env.sh b/dev-env.sh index fd0dd87bee..0ee4620446 100644 --- a/dev-env.sh +++ b/dev-env.sh @@ -85,6 +85,10 @@ function schematic-build-images { nx run-many --target=build-image --projects=schematic-* --parallel=3 } +function iatlas-build-images { + nx run-many --target=build-image --projects=iatlas-* --parallel=3 +} + function synapse-build-images { nx run-many --target=build-image --projects=synapse-* --parallel=3 }