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'm using Ubuntu 22.04.4 LTS go version go1.18.1 linux/amd64 npm 10.9.2 node v22.13.1
I attempted to run make dist and got this error, partway through:
make dist
go: downloading github.com/opentracing/opentracing-go v1.2.0 go: downloading github.com/go-playground/locales v0.14.0 go: downloading github.com/davecgh/go-spew v1.1.1 go: downloading github.com/pmezard/go-difflib v1.0.0 go: downloading gopkg.in/yaml.v3 v3.0.1 cd server && env GOOS=linux GOARCH=arm64 /usr/bin/go build -trimpath -o dist/plugin-linux-arm64; cd server && env GOOS=darwin GOARCH=amd64 /usr/bin/go build -trimpath -o dist/plugin-darwin-amd64; cd server && env GOOS=darwin GOARCH=arm64 /usr/bin/go build -trimpath -o dist/plugin-darwin-arm64; # runtime /usr/lib/go-1.18/src/runtime/sys_darwin_arm64.s:769: unexpected a evaluating expression asm: assembly of /usr/lib/go-1.18/src/runtime/sys_darwin_arm64.s failed make: *** [Makefile:66: server] Error 2
I don't know how to proceed. Can anyone help?
The text was updated successfully, but these errors were encountered:
@aalfox Hello! We will look into the issue, thanks for your feedback!
Sorry, something went wrong.
No branches or pull requests
I'm using Ubuntu 22.04.4 LTS
go version go1.18.1 linux/amd64
npm 10.9.2
node v22.13.1
I attempted to run
make dist
and got this error, partway through:I don't know how to proceed. Can anyone help?
The text was updated successfully, but these errors were encountered: