diff --git a/delve.spec b/delve.spec index b175ad4..ce5dade 100644 --- a/delve.spec +++ b/delve.spec @@ -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