Skip to content

Commit 24ee1a1

Browse files
add ImagePlatform field to Input
1 parent 263e073 commit 24ee1a1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

framework/components/blockchain/blockchain.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ type Input struct {
5858
// GAPv2 specific params
5959
HostNetworkMode bool `toml:"host_network_mode"`
6060
CertificatesPath string `toml:"certificates_path"`
61+
62+
// Optional params
63+
ImagePlatform *string `toml:"image_platform"`
6164
}
6265

6366
// Output is a blockchain network output, ChainID and one or more nodes that forms the network

0 commit comments

Comments
 (0)