Add missing \

This commit is contained in:
Owen
2026-01-05 11:23:10 -05:00
parent 24e8455c73
commit 1e0b1a3607

View File

@@ -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: