Tool for handling Mach-O Universal Binaries. More information: https://ss64.com/osx/lipo.html.
lipo {{path/to/binary.x86_64}} {{path/to/binary.arm64e}} -create -output {{path/to/binary}}
lipo {{path/to/binary}} -archs
lipo {{path/to/binary}} -detailed_info
lipo {{path/to/binary}} -thin {{arm64e}} -output {{path/to/binary.arm64e}}