Please make sure of the following things.
Describe the feature / 需求描述
How to build server and client support Power PC architure?
Suggested solution / 实现思路
I added lines in ./scripts/build.server.sh
export GOARCH=ppc64
go build -ldflags "-s -w -X 'Spark/server/config.COMMIT=$COMMIT'" -tags=jsoniter -o ./releases/server_linux_ppc64 Spark/server
It was success build but when I run on my ppc64 architure computer, I got error: Illegal instruction

Additional information / 附加说明
uname -a
Linux MY-MACHINE-NAME SMP Thu Dec 9 14:27:55 +07 2021 ppc64 ppc64 ppc64 GNU/Linux
Please make sure of the following things.
Describe the feature / 需求描述
How to build server and client support Power PC architure?
Suggested solution / 实现思路
I added lines in ./scripts/build.server.sh
It was success build but when I run on my ppc64 architure computer, I got error: Illegal instruction

Additional information / 附加说明