Skip to content

Olf0/github-sfos-build

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GitHub Action for building Sailfish OS apps

Resources

Stars

Watchers

Forks

Languages

  • Shell 69.3%
  • Dockerfile 30.7%