Docker.md 332 B

build the image and tag it appropriately

cd .. && docker buildx build --platform linux/amd64,linux/arm64 -f sui/Dockerfile.base -t ghcr.io/wormhole-foundation/sui:1.19.1-mainnet .

push to ghcr

docker push ghcr.io/wormhole-foundation/sui:1.19.1-mainnet