@User This is issue is due to the go build command not able to execute for the ARM64. I think you recently added some flags to the go build command in this
docker file
I ran it for AMD64, it is working fine-
https://github.com/rajdas98/signoz/actions/runs/1259271392
Currently, in the signoz pipeline, it is building for both arm64 and amd64 architecture.