From 7fc5297f602aa5ddf1c4bdb443f2246b6c122cb4 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 3 Sep 2021 07:13:05 -0500 Subject: [PATCH] aarch64 makefile fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3cf7d0fb8..4173e089a 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ aarch64_frigate: version web docker build --no-cache --tag frigate-base --build-arg ARCH=aarch64 --build-arg FFMPEG_VERSION=1.0.0 --build-arg WHEELS_VERSION=1.0.3 --build-arg NGINX_VERSION=1.0.2 --file docker/Dockerfile.base . docker build --no-cache --tag frigate --file docker/Dockerfile.aarch64 . -armv7_all: armv7_wheels armv7_ffmpeg armv7_frigate +aarch64_all: aarch64_wheels aarch64_ffmpeg aarch64_frigate armv7_wheels: docker build --tag blakeblackshear/frigate-wheels:1.0.3-armv7 --file docker/Dockerfile.wheels .