Can Lipo be used to create fat-binaries for Linux? I tried it, but got this error message: ``` ❯ lipo -output o -create foo-amd64 foo-arm64 Error: can't figure out the architecture type of: foo-amd64 ```