Hi,
Could you provide a bit more information about the target device? Specifically, what kind of device are you trying to deploy to? The architecture for which the binaries are built must match that of the target device.
Additionally, you can use the following command to get more detailed information about what might be going wrong during deployment:
journalctl --since "1 min ago"
You can run this either in Cockpit’s terminal or via an SSH session connected to the device within 1 min of the deployment. (Of course, you can increase the time)
Thanks,
Coen