Skip to content

Rust MUSL Builder

Actions
Provides a Rust MUSL environment
v1.0.0
Latest
Star (9)

GitHub Action for Rust and MUSL

Action provides an environment with Rust, MUSL and x86_64-unknown-linux-musl target.

Usage

To compile a rust binary/library with x86_64-unknown-linux-musl target:

action "build" {
  env = {
      BUILD_TARGET = "x86_64-unknown-linux-musl"
  }
  uses = "juankaram/rust-musl-action@master"
  args = "cargo build --target $BUILD_TARGET --release"
}

Attribution

Heavily inspired by GitHub Actions, Rust Action and David Lewis Work.

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.

Rust MUSL Builder is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Provides a Rust MUSL environment
v1.0.0
Latest

Rust MUSL Builder is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.