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