Skip to content

Commit

Permalink
chore: build binaries for werf-builder image sequentially
Browse files Browse the repository at this point in the history
Otherwise too much load for the developer machine.

Signed-off-by: Ilya Lesikov <ilya@lesikov.com>
  • Loading branch information
ilya-lesikov committed Mar 15, 2023
1 parent c10cf3a commit 197a1b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/werf-builder/Dockerfile
Expand Up @@ -14,6 +14,6 @@ ADD go.mod go.sum Taskfile.dist.yaml /.werf-deps/
ADD scripts /.werf-deps/scripts

RUN cd /.werf-deps && \
task -o group -p build:dist:all version=base && \
task -p verify:binaries:dist:all version=base && \
task build:dist:all version=base && \
task verify:binaries:dist:all version=base && \
rm -rf /.werf-deps

0 comments on commit 197a1b3

Please sign in to comment.