From 04f712f0efbedddbd4dc4cb76db047a1e4b6a284 Mon Sep 17 00:00:00 2001
From: Joel Takvorian <jtakvori@redhat.com>
Date: Tue, 18 Jul 2023 17:08:48 +0200
Subject: [PATCH] Revert "Temporarily disable power/Z builds"

This reverts commit 48adcf400c0a9079077836d2b9e60fe82e9fda1b.
---
 .github/workflows/push_image.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml
index a317059a0..c4cf2dfd9 100644
--- a/.github/workflows/push_image.yml
+++ b/.github/workflows/push_image.yml
@@ -6,7 +6,7 @@ on:
 env:
   WF_REGISTRY_USER: netobserv+github_ci
   WF_ORG: netobserv
-  WF_MULTIARCH_TARGETS: amd64 arm64
+  WF_MULTIARCH_TARGETS: amd64 arm64 ppc64le s390x
   WF_VERSION: ${{ github.ref_name }}
 
 jobs:
-- 
GitLab