Skip to content

action-fpm

Actions
Build packages for multiple platforms using github.com/jordansissel/fpm
v0.9.3
Latest
Star (10)

github-action-fpm

Github action to build packages for multiple platforms using fpm.

Example

name: Example workflow yml

on: [push]

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - name: Package
      uses: bpicode/github-action-fpm@master
      with:
        fpm_args: './build'
        fpm_opts: '--debug -n mypackage -t deb -s dir'

Inputs and Outputs

See action.yml.

Feedback, Suggestions, Contributions, Known Limitations

Feel free to file an issue, open a pull request, etc.

action-fpm 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

Build packages for multiple platforms using github.com/jordansissel/fpm
v0.9.3
Latest

action-fpm 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.