Skip to content

Commit eea88a5

Browse files
committed
use platform explicitly for Solana's image
1 parent 35aa857 commit eea88a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chain/solana/provider/ctf_provider.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,11 @@ func (p *CTFChainProvider) startContainer(
219219
image = "public.ecr.aws/w0i8p0z9/solana-validator:main-1dcdbc4"
220220
}
221221
}
222+
platform := fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH)
222223

223224
input := &blockchain.Input{
224225
Image: image,
226+
ImagePlatform: &platform,
225227
Type: blockchain.TypeSolana,
226228
ChainID: chainID,
227229
PublicKey: adminPubKey.String(),

0 commit comments

Comments
 (0)