Fix list of extensions in docs, continue GH action on build errors #160
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This change addresses an issue with the GitHub actions automated builds where all extension builds fail if only one extension fails to build. The issue can prevent extension updates from being released even if that particular extension builds successfully.
The change also updates the list of extensions in docs/index.md and adds extensions present in the repository but missing from the list.
Concrete manifestation of the build issue is e.g. here: https://github.com/flatcar/sysext-bakery/actions/runs/15408902919/job/43356903558 and effectively blocks all extensions from being updated.
The tailscale buid failure in the action above is caused by Taiulscale release v1.8.1 only shipping Android and MacOS binaries: https://pkgs.tailscale.com/stable/?v=1.84.1. The failure is expected to resolve itself as soon as tailscale publishes a new version for all platforms.
With the fix, the action continues and publishes extensions that have successful builds: https://github.com/flatcar/sysext-bakery/actions/runs/15441086065/job/43458950912