Release prep: adopt v1 CI workflows, changelog, 0.1.0#1
Merged
Conversation
Calls avocado-linux/actions/.github/workflows/extension.yml@v1: install + ext build against the 2024 SDK on PRs; package + keyless publish to connect on tags. Build target auto-derived from avocado.yaml.
- test.yml: PR build check (target qemux86-64 @ 2026/edge) - release.yml: tag/dispatch package + publish (PAT auth) - CHANGELOG.md: 0.1.0 initial release
Add a 2024/edge-next matrix row alongside 2026/edge so this extension also publishes into the 2024 pre-release test channel (edge-next), leaving 2024/edge served from its previous build. Renderers + the 854 bucket policy now permit writes to 2024/edge-next/*.
Point the test workflow's matrix at 2024/edge-next (was 2026/edge) so PRs validate each extension against the 2024 pre-release channel we now build/render. release.yml still publishes to both 2026/edge and 2024/edge-next.
Use docker.io/avocadolinux/sdk:{{ env.AVOCADO_DISTRO_RELEASE }} (drop the
-{{ env.AVOCADO_DISTRO_CHANNEL }} suffix). The SDK container is published per
release, not per channel, so a channel like edge-next has no matching image tag;
the release tag resolves for any channel (incl. edge-next test legs).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adopts the
avocado-linux/actions@v1reusable workflows (test on PR, release on tag), adds CHANGELOG.md, version 0.1.0. Target:qemux86-64@ 2026/edge.