| Crates.io | cargo-ibuild |
| lib.rs | cargo-ibuild |
| version | 1.2.1 |
| created_at | 2023-10-09 11:51:07.201976+00 |
| updated_at | 2026-01-08 04:45:04.77194+00 |
| description | cargo-ibuild |
| homepage | |
| repository | |
| max_upload_size | |
| id | 997934 |
| size | 49,618 |
!!! 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