Skip to content

Commit

Permalink
Merge pull request #18879 from spowelljr/fixRPMBuild
Browse files Browse the repository at this point in the history
CI: Fix RPM build failing when stripping cross compiled binary
  • Loading branch information
spowelljr committed May 13, 2024
2 parents 248d1ec + 196947a commit 5883c09
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 5883c09

Please sign in to comment.