From c604ef417cc20bef32c9434d56fc3e1e7eee0b2f Mon Sep 17 00:00:00 2001 From: Mauricio Alvarez Leon <65101411+BBBmau@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:12:04 -0800 Subject: [PATCH] `docs`: add mention of docker-buildx `>0.15.0` requirement (#401) Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b9177ad..e85278f 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,9 @@ This repo builds the two main parts of that (system and kernel) and packages it Any system that supports a recent [Docker](https://docs.docker.com/get-docker/) should work. +> [!NOTE] +> docker buildx version >0.15.0 is required + Run once to set things up: ```sh git clone https://github.com/commaai/agnos-builder.git