Skip to content

Commit e8a5040

Browse files
RobertLucianMiguel Varela Ramos
authored and
Miguel Varela Ramos
committed
Add buildx instructions to CONTRIBUTING.md file (#2337)
1 parent 4284754 commit e8a5040

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,12 @@ sudo apt install -y docker-ce docker-ce-cli containerd.io && \
4343
sudo usermod -aG docker $USER
4444
```
4545

46-
And then log out and back in.
46+
And then log out and back in. Then, bootstrap a buildx builder:
47+
48+
```bash
49+
docker buildx create --driver-opt image=moby/buildkit:master --name builder --platform linux/amd64,linux/arm64 --use
50+
docker buildx inspect --bootstrap builder
51+
```
4752

4853
### kubectl
4954

0 commit comments

Comments
 (0)