tweag / nickel

Better configuration for less
https://nickel-lang.org/
MIT License
2.37k stars 89 forks source link

Add a GitHub workflow for testing the release infrastructure #1868

Open vkleen opened 6 months ago

vkleen commented 6 months ago

The release-infra-test.yaml workflow can be called manually to build nixpkgs#hello on the ARM64 runner. The plan is to use it as a test while making a release to catch problems with the infrastructure early.

TODO: this doesn't work yet, because the infrastructure is only allowed to be run on release tags. I'll look into a good way to address this later.