| Crates.io | cargo-ibuild |
| lib.rs | cargo-ibuild |
| version | 1.2.0 |
| created_at | 2023-10-09 11:51:07.201976+00 |
| updated_at | 2024-12-13 06:21:07.492792+00 |
| description | cargo-ibuild |
| homepage | |
| repository | |
| max_upload_size | |
| id | 997934 |
| size | 45,965 |
!!! This is an internal enterprise application and needs to be on the company intranet to be used. !!!
cargo install cargo-ibuild
OR
# Enter source code directory
cargo install --path .
# Build for target x86_64-unknown-linux-gnu in CentOS 7
cargo ibuild --target x64
# Build for target aarch64-unknown-linux-gnu in CentOS 7
cargo ibuild --target arm64
# Run bash in docker
cargo ibuild run --target x64
cargo ibuild run --target arm64
# Exec command in docker
cargo ibuild exec --target x64 uname -m
cargo ibuild exec --target arm64 uname -m