Crates.io | cargo-ibuild |
lib.rs | cargo-ibuild |
version | 1.1.1 |
source | src |
created_at | 2023-10-09 11:51:07.201976 |
updated_at | 2023-11-02 10:13:44.976842 |
description | cargo-ibuild |
homepage | |
repository | |
max_upload_size | |
id | 997934 |
size | 44,611 |
!!! 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