Exclude non-supported arches

This commit is contained in:
Derek Parker 2019-02-25 10:09:57 -08:00
parent 39cfa248f8
commit 8ec56186bf

View File

@ -22,7 +22,12 @@ Summary: A debugger for the Go programming language
License: MIT
URL: %{gourl}
Source0: %{gosource}
ExclusiveArch: x86_64
# Currently Delve only supports x86_64
ExcludeArch: ppc64le
ExcludeArch: s390x
ExcludeArch: aarch64
ExcludeArch: i686
Patch1: ./disable-default-compression-dwz-test.patch
Patch2: ./integration-test-symlinks.patch