Problem with Go binary portability: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found

right, you ran into this issue because your build machine (arch) is running newer glibc compared to your deployment host ( ubuntu ), usually, if it was otherway around it would have worked without any issues.