Parallel Concurrent Build #809
Replies: 2 comments 4 replies
-
Going to tag in @nebulatgs who also might have some thoughts here. |
Beta Was this translation helpful? Give feedback.
-
I'm slightly confused by what you mean @type-checker. Nixpacks is a way to create an image from a code directory and does its best to infer language and system dependencies. Under the hood it is analyzing the code, creating a build plan that includes what to install (via Nix) and what commands to run for the build. It then creates and executes a Dockerfile, resulting in a image that can be distributed and run locally or on a number of cloud platforms. What type of parallel builds are you doing? Are you trying to build multiple images at once? |
Beta Was this translation helpful? Give feedback.
-
I am exploring
nixpacks
as an alternative of buildpacks. I have checked nixpacks doc, however didn't found answers for few queries and one of the most important question is:How do we achieve parallel concurrent build on scale using nixpacks?
cc: @coffee-cup
Beta Was this translation helpful? Give feedback.
All reactions