You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My colleague @gavriliumircea and I have spent hours debugging our GitHub Actions workflow. We are trying to make it possible to deploy our Rust web server from within an Ubuntu-powered GitHub Action, to no avail.
We've gotten all sorts of errors, all related to the build target. It seems that GitHub is using x86_64-unknown-linux-gnu for their Linux distribution, whereas Vercel is expecting a musl target. Speaking of which, is it not clear why this is a requirement (some additional color in the README would be great).
Could someone give us some guidance, please? An example would be super duper helpful!