Git Product home page Git Product logo

cargo-deb-armv5-debian's Introduction

cargo deb Build Environment (debian armv5)

Provides a build environment for executing cargo deb [1] and producing statically linked binaries for the built Debian (.deb) package.

This build on a debian:buster base image and targets armv5te-unknown-linux-musleabi. The musl installation is possible thanks to the cross project [2].

The interface for this package was inspired/copied from the cargo-static-build [3] action.

[1] Cargo Deb provided by mmstick

[2] MUSL environment made possible thanks to cross dual-licensed under Apache 2.0 or MIT

[3] https://github.com/zhxiaogg/cargo-static-build

NOTE: This package may fail to build your project if your build links against other OS-provided libraries. Feel free to open a pull-request to modify the Dockerfile so your project can build.

Inputs

cmd - The command to be executed inside the container. Defaults to cargo deb --target=armv5te-unknown-linux-musleabi

Outputs

None, besides the deb package that is built. The built .deb will be located in target/armv5te-unknown-linux-musleabi/debian/<DEB>.

Example Usage

name: Deb Static Build

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: Deb Build
      uses: jamesmcm/cargo-deb-armv5-debian@master

cargo-deb-armv5-debian's People

Contributors

jamesmcm avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.