File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -190,8 +190,8 @@ The container images are available here (the tag refers to the branch):
190
190
191
191
* [ ghcr.io/fluent/fluent-bit/unstable:2.1] ( ghcr.io/fluent/fluent-bit/unstable:2.1 )
192
192
* [ ghcr.io/fluent/fluent-bit/unstable: master ] ( ghcr.io/fluent/fluent-bit/unstable:master )
193
- * [ ghcr.io/fluent/fluent-bit/unstable: windows-2019 -2 .1] ( ghcr.io/fluent/fluent-bit/unstable:windows-2019 -2.1 )
194
- * [ ghcr.io/fluent/fluent-bit/unstable: windows-2019 -master ] ( ghcr.io/fluent/fluent-bit/unstable:windows-2019 -master )
193
+ * [ ghcr.io/fluent/fluent-bit/unstable: windows-2022 -2 .1] ( ghcr.io/fluent/fluent-bit/unstable:windows-2022 -2.1 )
194
+ * [ ghcr.io/fluent/fluent-bit/unstable: windows-2022 -master ] ( ghcr.io/fluent/fluent-bit/unstable:windows-2022 -master )
195
195
196
196
The Linux, macOS and Windows packages are available to download from the specific workflow run.
197
197
Original file line number Diff line number Diff line change @@ -390,8 +390,8 @@ jobs:
390
390
fail-fast : true
391
391
matrix :
392
392
windows-base-version :
393
- - ' 2019'
394
393
- ' 2022'
394
+ - ' 2025'
395
395
permissions :
396
396
contents : read
397
397
packages : write
@@ -443,4 +443,4 @@ jobs:
443
443
# load: false
444
444
# build-args: |
445
445
# FLB_NIGHTLY_BUILD=${{ inputs.unstable }}
446
- # WINDOWS_VERSION=ltsc2019
446
+ # WINDOWS_VERSION=ltsc2022
Original file line number Diff line number Diff line change @@ -83,15 +83,15 @@ jobs:
83
83
DOCKER_BUILDKIT : 0
84
84
shell : bash
85
85
pr-image-tests-build-windows-images :
86
- name : PR - Docker windows build test, windows 2019 and 2022
86
+ name : PR - Docker windows build test, windows 2022 and 2025
87
87
runs-on : windows-${{ matrix.windows-base-version }}
88
88
strategy :
89
89
fail-fast : true
90
90
matrix :
91
91
windows-base-version :
92
92
# https://github.com/fluent/fluent-bit/blob/1d366594a889624ec3003819fe18588aac3f17cd/dockerfiles/Dockerfile.windows#L3
93
- - ' 2019'
94
93
- ' 2022'
94
+ - ' 2025'
95
95
permissions :
96
96
contents : read
97
97
steps :
Original file line number Diff line number Diff line change @@ -575,8 +575,8 @@ jobs:
575
575
fail-fast : false
576
576
matrix :
577
577
tag : [
578
- " windows-2019 -${{ github.event.inputs.version }}" ,
579
- " windows-2022 -${{ github.event.inputs.version }}"
578
+ " windows-2022 -${{ github.event.inputs.version }}" ,
579
+ " windows-2025 -${{ github.event.inputs.version }}"
580
580
]
581
581
steps :
582
582
- name : Login to GitHub Container Registry
You can’t perform that action at this time.
0 commit comments