Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 714 Bytes

README.md

File metadata and controls

22 lines (20 loc) · 714 Bytes

github-sfos-build

GitHub-action for building Sailfish OS apps


For the available Sailfish OS build target releases, see https://hub.docker.com/r/coderus/sailfishos-platform-sdk/tags

Usage

  • For Sailfish OS build target releases ≥ 4.1.0
    uses: coderus/github-sfos-build@master
        with:
          release: <release>
          arch: <arch>
    
  • For Sailfish OS build target releases < 4.1.0
    uses: coderus/github-sfos-build@old-stable
        with:
          release: <release>
          arch: <arch>
    

For a complete example, see here.