diff --git a/.github/workflows/build_ezbake.yml b/.github/workflows/build_ezbake.yml index 8cb9ec8..07c86cd 100644 --- a/.github/workflows/build_ezbake.yml +++ b/.github/workflows/build_ezbake.yml @@ -33,7 +33,7 @@ env: # https://github.com/boto/boto3/issues/4398#issuecomment-2619946229 AWS_REQUEST_CHECKSUM_CALCULATION: "WHEN_REQUIRED" AWS_RESPONSE_CHECKSUM_VALIDATION: "WHEN_REQUIRED" - DEB_PLATFORMS: ${{ inputs.deb_platform_list || 'ubuntu-22.04,ubuntu-24.04,ubuntu-25.04,debian-11,debian-12,debian-13' }} + DEB_PLATFORMS: ${{ inputs.deb_platform_list || 'ubuntu-22.04,ubuntu-24.04,ubuntu-25.04,ubuntu-25.10,debian-11,debian-12,debian-13' }} RPM_PLATFORMS: ${{ inputs.rpm_platform_list || 'amazon-2,amazon-2023,el-8,el-9,el-10,fedora-42,fedora-43,sles-15' }} EZBAKE_BRANCH: ${{ inputs.ezbake-ref }}