diff --git a/makefile b/makefile new file mode 100644 index 0000000..e643aa7 --- /dev/null +++ b/makefile @@ -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 + \ No newline at end of file