as of Fedora 25 s390x now has docker

Signed-off-by: Peter Robinson <Peter Robinson pbrobinson@fedoraproject.org>
This commit is contained in:
pbrobinson@fedoraproject.org 2016-08-12 10:49:59 +01:00 committed by Brian C. Lane
parent d387d3cb8d
commit 477a8b292e
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ installpkg notification-daemon
## Docker enabled boot.iso
# Not all arches currently have docker
%if basearch not in ("ppc", "ppc64", "s390", "s390x"):
%if basearch not in ("ppc", "ppc64", "s390"):
installpkg docker-anaconda-addon
%endif