mattermost only sed on non x64 arch
Signed-off-by: webbuilder_pel7x64builder0 <webbuilder@powerel.org>master
parent
f6d063f97f
commit
da7b3b09ae
|
@ -36,7 +36,9 @@ export GOPATH=`pwd`
|
|||
cd src/github.com/mattermost/mattermost-server/
|
||||
git checkout tags/v%{version}
|
||||
go get -d ./...
|
||||
%ifarch ppc64 ppc64le
|
||||
sed 's/amd64/%{_arch}/g' -i build/release.mk
|
||||
%endif
|
||||
make build-linux
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue