From 48adcf400c0a9079077836d2b9e60fe82e9fda1b Mon Sep 17 00:00:00 2001
From: Joel Takvorian <jtakvori@redhat.com>
Date: Mon, 17 Jul 2023 15:41:42 +0200
Subject: [PATCH] Temporarily disable power/Z builds

cf https://github.com/netobserv/netobserv-ebpf-agent/actions/runs/5575108390/jobs/10184578901
---
 .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 c4cf2dfd..a317059a 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 ppc64le s390x
+  WF_MULTIARCH_TARGETS: amd64 arm64
   WF_VERSION: ${{ github.ref_name }}
 
 jobs:
-- 
GitLab