Exclude %ix86 arch.

docker does not build for 32 bits. We have to explicitely exclude it or this can't go to openSUSE:Factory

OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=15
This commit is contained in:
Jordi Massaguer 2015-07-01 12:33:12 +00:00 committed by Git OBS Bridge
parent 4931d03fff
commit b6026f9ffe

View File

@ -81,6 +81,7 @@ Requires: xz >= 4.9
Conflicts: lxc < 1.0
PreReq: %fillup_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: %ix86
%description
Docker complements LXC with a high-level API which operates at the process