Skip to content

Commit 157aa5b

Browse files
committed
Build Alpine/musl ea builds also for 17
1 parent 0b9be05 commit 157aa5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/tag_build_and_merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def run_jenkins_jobs(major, tag):
5252
str.format('build-{0}-release-windows_x86_64', major)
5353
]
5454

55-
if major > 18:
55+
if major > 11:
5656
build_jobs.append(str.format('build-{0}-release-linux_alpine_x86_64', major))
5757

5858
job_params = {

0 commit comments

Comments
 (0)