podman add ppc64 changes

Signed-off-by: virtbuilder_pel7ppc64bebuilder0 <virtbuilder@powerel.org>
master
virtbuilder_pel7ppc64bebuilder0 2019-08-05 11:24:49 +02:00
parent 6eac5c1b3b
commit 3f5d8276a0
1 changed files with 3 additions and 0 deletions

View File

@ -412,6 +412,9 @@ export GO111MODULE=off
# build %%{name}
export BUILDTAGS="systemd varlink seccomp exclude_graphdriver_devicemapper $(hack/btrfs_installed_tag.sh) $(hack/btrfs_tag.sh) $(hack/libdm_tag.sh) $(hack/ostree_tag.sh) $(hack/selinux_tag.sh)"
export GO111MODULE=off
%ifarch ppc64
export CGO_ENABLED=1
%endif
%gobuild -o bin/%{name} %{import_path}/cmd/%{name}

# build %%{name}-remote