For a consistent compilation experience, we recommend using the pre-configured GitHub Actions. The rebar repository will automatically compile on every git push
using a container in GitHub’s cloud architecture.
Navigate to your GitHub Actions Build page.
In the following url, replace <USERNAME>
with your GitHub username.
https://github.com/<USERNAME>/rebar/actions/workflows/build.yaml
Click on the most recent build workflow at the top.
Click on the Summary
tab. If the build succeeded, the compiled binaries and docker images (zipped) will be available for download at the bottom (for 7 days).
If compilation failed, click on the steps with a ❌ to see the logs for troubleshooting.