Enable builds on aarch64
They are enabled for other ARM archs, and there is no good reason for not enabling it on aarch64 too.
This commit is contained in:
parent
682c6d0b34
commit
d67259ce88
@ -14,7 +14,7 @@ Patch2: 0003-Use-image-compress-constants-from-spice-protocol.patch
|
||||
%if 0%{?rhel}
|
||||
ExclusiveArch: x86_64
|
||||
%else
|
||||
ExclusiveArch: i686 x86_64 armv6l armv7l armv7hl
|
||||
ExclusiveArch: i686 x86_64 armv6l armv7l armv7hl aarch64
|
||||
%endif
|
||||
|
||||
BuildRequires: pkgconfig
|
||||
|
Loading…
Reference in New Issue
Block a user