Openssl error during cross compilation

Hi there,

I get a go compile error while trying to cross-compiler the mender client:

I am doing all processes in a golang dockerfile, that looks sth like this:

Is this a problem with the a software version I am using?

Thanks!

Nevermind, I had to compile the openssl (libssl-dev) sources for my architecture:

openssl

After that, the compilation works like a charm. For consistency reasons this (or a hint to that) could be added to the cross-compiling introduction that can be found in the READNE.md here: