We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
uname -a Linux MY-MACHINE-NAME SMP Thu Dec 9 14:27:55 +07 2021 ppc64 ppc64 ppc64 GNU/Linux
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 / 附加说明
The text was updated successfully, but these errors were encountered: