Skip to content

Commit

Permalink
Add task to build iatlas images
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Feb 6, 2024
1 parent f0d40b4 commit 4986cf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dev-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 4986cf2

Please sign in to comment.