Skip to content

Commit

Permalink
docs: add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Jun 20, 2024
1 parent 2d308e4 commit 4f6085f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Polkadot Releases
> ⚠️ NOTE: These builds are provided for development purposes only!
This repo provides cross-platform builds of the Polkadot chain spec generator for usage with [`pop-cli`](https://github.com/r0gue-io/pop-cli) only.

Builds are generated using the release tags at https://github.com/polkadot-fellows/runtimes, along with any Rust compiler version noted within the release notes of each release.

The [workflow](./.github/workflows/release.yml) generates the cross-platform binaries and creates a corresponding release with the same release tag. The corresponding commit hash is added to the release notes for additional verification.

## Support Platforms
The currently supported platforms/targets are as follows:
- Linux
- `aarch64-unknown-linux-gnu`
- `x86_64-unknown-linux-gnu`
- macOS
- `aarch64-apple-darwin`
- `x86_64-apple-darwin`

0 comments on commit 4f6085f

Please sign in to comment.