ninja fix

This commit is contained in:
2025-01-28 22:26:18 +01:00
parent 6f78073431
commit 7e5baa96e8
8 changed files with 9 additions and 6 deletions
+1 -2
View File
@@ -126,9 +126,8 @@ build-linux:
.PHONY: pack-docker
# Run docker build for pack binary and assets to Docker container.
pack-docker:
make test
make build-linux
docker build -t $(MOD_NAME):${version} -t $(MOD_NAME):latest .
cd $(CORE_DIR) && docker build -t $(MOD_NAME):${version} -t $(MOD_NAME):latest .
.PHONY: remove-debug
# Remove all debug entries for reduce size binary.