We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35aa857 commit bebedb6Copy full SHA for bebedb6
1 file changed
chain/solana/provider/ctf_provider.go
@@ -219,9 +219,11 @@ func (p *CTFChainProvider) startContainer(
219
image = "public.ecr.aws/w0i8p0z9/solana-validator:main-1dcdbc4"
220
}
221
222
+ platform := fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH)
223
224
input := &blockchain.Input{
225
Image: image,
226
+ ImagePlatform: &platform,
227
Type: blockchain.TypeSolana,
228
ChainID: chainID,
229
PublicKey: adminPubKey.String(),
0 commit comments