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
We are not currently validating binaries are being deployed to machines that support the binaries architecture. For example, if we attempt to deploy a linux/arm64 binary to a no-sandbox windows node, it will attempt to run it.
This issue proposes we attempt to validate a binary as best we can prior to deployment using the file headers.
Use case
nex run and nex devrun should error if a binary is attempted to run on a machine with a different OS/Arch
Contribution
No response
The text was updated successfully, but these errors were encountered:
Proposed change
We are not currently validating binaries are being deployed to machines that support the binaries architecture. For example, if we attempt to deploy a linux/arm64 binary to a no-sandbox windows node, it will attempt to run it.
This issue proposes we attempt to validate a binary as best we can prior to deployment using the file headers.
Use case
nex run
andnex devrun
should error if a binary is attempted to run on a machine with a different OS/ArchContribution
No response
The text was updated successfully, but these errors were encountered: