Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 277 Bytes

scan.adoc

File metadata and controls

14 lines (11 loc) · 277 Bytes

Scan

srtool includes a command that helps finding runtimes in a repo.

    REPO=/projects/polkadot-sdk
    # or
    # REPO=fellowship-runtimes
    podman run --rm -it \
        -v $REPO:/build \
        `{name}:{rsversion}-{version}` scan