Don't specify architecture in Dockerfile go build
Specifying the architecture forces the image to only support amd64 even
if we're trying to build an ARM64 image in an ARM64 environment with
something like docker buildx. Making this change means the built binary
will support the architecture of the environment it was built in.