This message was deleted.
# contributing
s
This message was deleted.
r
sure @User, I will check this tomorrow.
👍 1
@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.
Is it a mandatory flag?
a
@User missed this ... we need to enable cgo to use sqlite3 db and to build with CGO_ENABLED=1 we need those flags