https://github.com/altescy/rust-single-binary
Example of how to build rust application into a single binary with rust-musl-builder and Earthly
https://github.com/altescy/rust-single-binary
docker earthly rust single-binary
Last synced: 7 months ago
JSON representation
Example of how to build rust application into a single binary with rust-musl-builder and Earthly
- Host: GitHub
- URL: https://github.com/altescy/rust-single-binary
- Owner: altescy
- Created: 2021-07-23T07:59:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-23T08:08:24.000Z (about 4 years ago)
- Last Synced: 2025-01-26T11:42:14.893Z (8 months ago)
- Topics: docker, earthly, rust, single-binary
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rust-single-binary
==================[](https://github.com/altescy/rust-single-binary/actions?query=workflow%3ACI)
This repository provides an example of how to build rust application into a single binary with [rust-musl-builder](https://github.com/emk/rust-musl-builder) and [Earthly](https://earthly.dev/).
```
❯ earthly +docker
❯ docker run --rm rust-single-binary
Hello, world!
```