From 1e0b1a360730aeaf6e680cf71c884f1da8095da3 Mon Sep 17 00:00:00 2001 From: Owen Date: Mon, 5 Jan 2026 11:23:10 -0500 Subject: [PATCH] Add missing \ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5df500c4..1e96de75 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ build-saas: --build-arg BUILD=saas \ --build-arg DATABASE=pg \ --platform linux/arm64 \ - --tag $(AWS_IMAGE):$(tag) + --tag $(AWS_IMAGE):$(tag) \ --push . build-release-arm: