Fix: Product Ledger autocomplete not working.

This commit is contained in:
2026-09-17 10:58:17 +00:00
parent 79cdf83c9e
commit c32db91535
4 changed files with 12 additions and 10 deletions
+3
View File
@@ -4,6 +4,7 @@ build-production: ## Build the production container image. Usage: make build-pro
@echo "Building image..."
@podman manifest rm registry.tanshu.com/brewman:latest 2>/dev/null || true
@podman build \
--format docker \
--platform linux/amd64,linux/arm64 \
--manifest registry.tanshu.com/brewman:latest \
--pull \
@@ -20,6 +21,7 @@ build-check: ## Multi-arch build without push (compile check). Usage: make build
@echo "Building image..."
@podman manifest rm brewman:test 2>/dev/null || true
@podman build \
--format docker \
--platform linux/amd64,linux/arm64 \
--manifest brewman:test \
--pull \
@@ -33,6 +35,7 @@ build-check-local: ## Single-arch build without push (compile check). Usage: mak
@echo "Building image..."
@podman manifest rm brewman:test 2>/dev/null || true
@podman build \
--format docker \
--platform linux/amd64 \
--manifest brewman:test \
--no-cache \