We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22aa7da commit 3552cbdCopy full SHA for 3552cbd
docs/e2e-integration-test-setup.md
@@ -53,6 +53,7 @@ If you are using an Apple Silicon machine, follow these additional steps to buil
53
```bash
54
git clone https://github.com/archway-network/archway/
55
cd archway
56
+ git checkout -b v0.5.1 v0.5.1
57
docker build -f Dockerfile.deprecated -t archway . --build-arg arch=aarch64
58
cd - # Back to the root folder
59
```
0 commit comments