Skip to content

chore: add binaries for 1.27.100,1.28.15, 1.29.10, 1.30.6, 1.31.2 #1058

chore: add binaries for 1.27.100,1.28.15, 1.29.10, 1.30.6, 1.31.2

chore: add binaries for 1.27.100,1.28.15, 1.29.10, 1.30.6, 1.31.2 #1058

name: Windows Files and Images Check
on:
pull_request:
paths:
- '.github/workflows/validate-windows-binary-signature.yaml'
- 'vhdbuilder/packer/test/windows-files-check.ps1'
- 'vhdbuilder/packer/generate-windows-vhd-configuration.ps1'
jobs:
check-files-for-ws2019:
name: Check for Windows 2019
runs-on: windows-2019
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Geneate windows vhd configuration
shell: powershell
run: |
./vhdbuilder/packer/generate-windows-vhd-configuration.ps1
- name: Run check script for 2019-containerd
shell: powershell
run: |
./vhdbuilder/packer/test/windows-files-check.ps1 2019-containerd
check-files-for-ws2022:
name: Check for Windows 2022
runs-on: windows-2022
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Geneate windows vhd configuration
shell: powershell
run: |
./vhdbuilder/packer/generate-windows-vhd-configuration.ps1
- name: Run check script for 2022-containerd
shell: powershell
run: |
./vhdbuilder/packer/test/windows-files-check.ps1 2022-containerd