From 196947a6fe35fc44005e346ce3e2cce6ca1501eb Mon Sep 17 00:00:00 2001 From: Steven Powell Date: Mon, 13 May 2024 13:36:41 -0700 Subject: [PATCH] CI: Fix RPM build failing when stripping cross compilied binary --- installers/linux/rpm/minikube_rpm_template/minikube.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installers/linux/rpm/minikube_rpm_template/minikube.spec b/installers/linux/rpm/minikube_rpm_template/minikube.spec index bed06d212bb9..7ba38f95f25d 100644 --- a/installers/linux/rpm/minikube_rpm_template/minikube.spec +++ b/installers/linux/rpm/minikube_rpm_template/minikube.spec @@ -1,3 +1,5 @@ +%define debug_package %{nil} +%define __strip /bin/true Name: minikube Version: --VERSION-- Release: --REVISION--