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 .