Skip to content

Commit

Permalink
packaging: Don't build rpm for ppc64le arch
Browse files Browse the repository at this point in the history
ppc64le architecture not supported by OpenShift Local as of now and it
also create confusion because ppc64le package contains the amd64 binary.
  • Loading branch information
praveenkumar committed May 16, 2024
1 parent c48068f commit 933fd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/rpm/crc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Name: %{goname}
Release: 1%{?dist}
Summary: CRC's main executable
License: APL 2.0
ExcludeArch: armv7hl i686
ExcludeArch: armv7hl i686 ppc64le
URL: %{gourl}
ExcludeArch: s390x
Source0: %{gosource}
Expand Down

0 comments on commit 933fd76

Please sign in to comment.