Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Skip adding alpine to v22.x
Signed-off-by: Stewart X Addison <[email protected]>
  • Loading branch information
sxa committed Aug 19, 2026
commit c39df54a188f53e421bb094542041711eb9f3ab4
2 changes: 0 additions & 2 deletions ansible/www-standalone/tools/promote/expected_assets/v22.x
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ node-{VERSION}-linux-s390x.tar.gz
node-{VERSION}-linux-s390x.tar.xz
node-{VERSION}-linux-x64.tar.gz
node-{VERSION}-linux-x64.tar.xz
node-{VERSION}-linux-x64-musl.tar.gz
node-{VERSION}-linux-x64-musl.tar.xz
node-{VERSION}.pkg
node-{VERSION}.tar.gz
node-{VERSION}.tar.xz
Expand Down
3 changes: 3 additions & 0 deletions jenkins/scripts/VersionSelectorScript.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ def buildExclusions = [
[ /rhel8-ppc64le/, anyType, gte(26) ], // Power 8 was dropped in v26
[ /rhel8-power9le/, releaseType, lt(26) ], // Power 8 was dropped in v26

// Alpine/musl -------------------------------------------
[ /alpine-x64/, releaseType, le(22) ], // Only release on v24+ for now pending test changes
Comment thread
sxa marked this conversation as resolved.
Outdated

// ARM --------------------------------------------------
[ /^cross-compiler-rhel8-armv7-gcc-8-glibc-2.28/, anyType, gte(22) ],
[ /^cross-compiler-rhel8-armv7-gcc-10-glibc-2.28/, anyType, gte(24) ],
Expand Down