We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bded99b commit ad71a69Copy full SHA for ad71a69
book/src/framework/components/blockchains/sui.md
@@ -9,6 +9,7 @@ API is available on [localhost:9000](http://localhost:9000)
9
type = "sui"
10
image = "mysten/sui-tools:mainnet" # if omitted default is mysten/sui-tools:devnet
11
contracts_dir = "$your_dir"
12
+ image_platform = "linux/amd64" # default one
13
```
14
15
## Usage
framework/.changeset/v0.9.5.md
@@ -0,0 +1 @@
1
+- Sui image platform param
0 commit comments