diff --git a/Makefile b/Makefile index cdfc7b502..3fd61f609 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,9 @@ push: push-boards push_web: push-boards docker buildx build --push --platform linux/arm64/v8,linux/amd64 --target=frigate --tag $(IMAGE_REPO):${GITHUB_REF_NAME}-$(COMMIT_HASH) --file docker/webonly/Dockerfile . +push_web-amd64: + docker buildx build --push --platform linux/amd64 --target=frigate --tag $(IMAGE_REPO):${GITHUB_REF_NAME}-$(COMMIT_HASH) --file docker/webonly/Dockerfile . + run: local docker run --rm --publish=5000:5000 --volume=${PWD}/config:/config frigate:latest