draft from gpt

This commit is contained in:
2025-08-14 05:16:13 +00:00
parent a4bfc29c49
commit 626f8041d1

11
makefile Normal file
View File

@@ -0,0 +1,11 @@
PKG=invoiceninja
VER=1.0.0
all: build pack
build:
docker buildx build --tag $(PKG):$(VER) --platform linux/arm64 . --load
pack:
start-sdk pack