From 939d60dd8dbbed4812503ab71092fc5fa0cb3f5d Mon Sep 17 00:00:00 2001 From: Benjamin Satzger Date: Tue, 29 Oct 2024 01:11:46 +0100 Subject: [PATCH] Create release for x64 edk2-stable202408 * Add edk2-stable202408 to the release workflow. * Remove the already released version edk2-stable202311 to avoid re-releasing it, in which case it would get a different SHA digest, which would in turn break Ubicloud host preparation. --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e575a42..11028c7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -10,8 +10,8 @@ jobs: include: - runner: ubicloud-standard-2 platform: x64 - edk2_version: edk2-stable202311 - edk2_commit: 8736b8fdca85e02933cdb0a13309de14c9799ece + edk2_version: edk2-stable202408 + edk2_commit: b158dad150bf02879668f72ce306445250838201 steps: - name: Code checkout