Skip to content

Commit f47c7af

Browse files
authored
Add a Docker installation step to ensure that the ARM64 build works.
Added instructions for installing ARM64 emulation in Docker.
1 parent 4c98761 commit f47c7af

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

‎docs/10-prerequisites/30-docker/01-installation.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,8 @@ sudo apt-get update
3434
```bash
3535
sudo apt-get -y install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
3636
```
37+
38+
## 3. Install the ARM64 emulation
39+
```bash
40+
docker run --privileged --rm tonistiigi/binfmt --install arm64
41+
```

0 commit comments

Comments
 (0)