Skip to content

Commit

Permalink
CI: Fix RPM build failing when stripping cross compilied binary
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed May 13, 2024
1 parent 248d1ec commit 196947a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installers/linux/rpm/minikube_rpm_template/minikube.spec
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
%define debug_package %{nil}
%define __strip /bin/true
Name: minikube
Version: --VERSION--
Release: --REVISION--
Expand Down

0 comments on commit 196947a

Please sign in to comment.