You've already forked docker-erlang-otp
mirror of
https://github.com/erlang/docker-erlang-otp.git
synced 2025-07-29 12:21:13 +03:00
From the [CrossBuildPackagingGuidelines wiki page](https://wiki.debian.org/CrossBuildPackagingGuidelines) `DEB_BUILD_GNU_TYPE` is the architecture of the machine *building* the package, whereas `DEB_HOST_GNU_TYPE` is the architecture for which we are building the package. I noticed this issue while cross-compiling an ARM container on my Mac.