canonical / chisel

GNU Affero General Public License v3.0
270 stars 42 forks source link

Trigger Snapcarft builds on new releases #146

Closed rebornplusplus closed 3 months ago

rebornplusplus commented 3 months ago

The "Build on GitHub" option in Snapcraft triggers on new commits only. Thus the Snap workflow's Promote job sits for a long time waiting for the snap with the recent version to be built. But since nothing triggered the build, the workflow will only just keep waiting.

We need to trigger a new build whenever a new release is published.

cjdcordeiro commented 3 months ago

This is triggered by the store. If you check the GH action, it's just waiting for a couple of archs, which are still pending store-side.

rebornplusplus commented 3 months ago

I manually triggered them actually. The store triggered on the new commit it seems.

cjdcordeiro commented 3 months ago

But the new commit was a tag. What may have happened is that there was still a build running from the merge of #145