Skip to content

Commit

Permalink
sandbox readme instructions updated (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
volovyks authored Nov 1, 2023
1 parent 62e3134 commit 9b34247
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ docker pull ghcr.io/near/os-relayer
docker pull ghcr.io/near/sandbox
```

For M1 you may want to pull the following image instead:

```BASH
docker pull ghcr.io/near/sandbox:latest-aarch64
```

In case of authorization issues make sure you have logged into docker using your [access token](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry#authenticating-with-a-personal-access-token-classic).

Build OIDC Provider test image
Expand Down

0 comments on commit 9b34247

Please sign in to comment.