build: Build make build and make pack sequentially

Building multiple targets in parallel may cause docker race conditions.
This commit is contained in:
Guy Shimko 2025-01-15 23:20:47 +02:00
parent 0971bfc768
commit 45e3ba25cd

@ -13,6 +13,8 @@ BUILD_PACKAGES_DIR := "build/packages"
.PHONY: clean help download_packages build build-docker-image $(ALL_TARGETS) $(ALL_PACK_TARGETS)
.NOTPARALLEL: build pack
help:
@echo "Usage:"
@echo " make build"