-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build a static linux binary #210
Comments
This would be a good thing to have. Will probably prioritize after we fix a few bugs/refactors |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this has been closed too eagerly, please feel free to tag a maintainer so we can keep working on the issue. Thank you for contributing to wasmCloud! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this has been closed too eagerly, please feel free to tag a maintainer so we can keep working on the issue. Thank you for contributing to wasmCloud! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If this has been closed too eagerly, please feel free to tag a maintainer so we can keep working on the issue. Thank you for contributing to wasmCloud! |
Fixes wasmCloud#210 Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
Fixes wasmCloud#210 Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
Linux binaries should be compiled towards
musl
, not GNU, such that they are static and portable.The text was updated successfully, but these errors were encountered: