Created
September 29, 2017 21:15
-
-
Save carlwgeorge/826d7c3f760b912898c248a96075b235 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Which one is better? | |
# option A | |
ExclusiveArch: %{go_arches} | |
ExcludeArch: s390x | |
# option B | |
%if 0%{?rhel} | |
ExclusiveArch: x86_64 aarch64 ppc64le | |
%else | |
ExclusiveArch: i386 i486 i586 i686 pentium3 pentium4 athlon geode x86_64 armv3l armv4b armv4l armv4tl armv5tl armv5tel armv5tejl armv6l armv6hl armv7l armv7hl armv7hnl aarch64 ppc64le mips mipsel mipsr6 mipsr6el mips64 mips64el mips64r6 mips64r6el | |
%endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment