Changed the build system. Now I am targeting multi arch. Added Product Version and SkuVersion

This commit is contained in:
2025-06-25 06:22:44 +00:00
parent 0d2dea4eff
commit 05b395af00
48 changed files with 2379 additions and 561 deletions

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.PHONY: build-production
build-production: ## Build the production docker image.
@docker buildx build \
--platform linux/amd64,linux/arm64/v8 \
--tag registry.tanshu.com/brewman:latest \
--push \
git@git.tanshu.com:tanshu/brewman.git