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):
190190
191191* [ ghcr.io/fluent/fluent-bit/unstable:2.1] ( ghcr.io/fluent/fluent-bit/unstable:2.1 )
192192* [ 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 )
195195
196196The Linux, macOS and Windows packages are available to download from the specific workflow run.
197197
Original file line number Diff line number Diff line change @@ -390,8 +390,8 @@ jobs:
390390 fail-fast : true
391391 matrix :
392392 windows-base-version :
393- - ' 2019'
394393 - ' 2022'
394+ - ' 2025'
395395 permissions :
396396 contents : read
397397 packages : write
@@ -443,4 +443,4 @@ jobs:
443443 # load: false
444444 # build-args: |
445445 # 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:
8383 DOCKER_BUILDKIT : 0
8484 shell : bash
8585 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
8787 runs-on : windows-${{ matrix.windows-base-version }}
8888 strategy :
8989 fail-fast : true
9090 matrix :
9191 windows-base-version :
9292 # https://github.com/fluent/fluent-bit/blob/1d366594a889624ec3003819fe18588aac3f17cd/dockerfiles/Dockerfile.windows#L3
93- - ' 2019'
9493 - ' 2022'
94+ - ' 2025'
9595 permissions :
9696 contents : read
9797 steps :
Original file line number Diff line number Diff line change @@ -575,8 +575,8 @@ jobs:
575575 fail-fast : false
576576 matrix :
577577 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 }}"
580580 ]
581581 steps :
582582 - name : Login to GitHub Container Registry
You can’t perform that action at this time.
0 commit comments