From c3593ef97a9d0e999a5270c67a1cb34f76de0d4b Mon Sep 17 00:00:00 2001
From: Justin Kolberg <amd.prophet@gmail.com>
Date: Tue, 9 Jan 2024 15:42:08 -0800
Subject: [PATCH] disable failing builds

Signed-off-by: Justin Kolberg <amd.prophet@gmail.com>
---
 .github/workflows/release_builds.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/release_builds.yml b/.github/workflows/release_builds.yml
index 8c2c9d4311..75f291276d 100644
--- a/.github/workflows/release_builds.yml
+++ b/.github/workflows/release_builds.yml
@@ -541,11 +541,11 @@ jobs:
     runs-on: ubuntu-20.04
     needs:
       - build
-      #- build-darwin
+      # - build-darwin
       - build-fips
-      #- build-container-images
-      #- push-docker-manifest
-      #- package-msi
+      # - build-container-images
+      # - push-docker-manifest
+      # - package-msi
     steps:
       - name: Extract tag
         id: extract_tag