Skip to content

Instantly share code, notes, and snippets.

@CODeRUS
Created September 15, 2020 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CODeRUS/d4cdc9e25d234b7215d1c08a2ff42900 to your computer and use it in GitHub Desktop.
Save CODeRUS/d4cdc9e25d234b7215d1c08a2ff42900 to your computer and use it in GitHub Desktop.
github build
# action.yml
name: 'Buildfish'
description: 'Build SailfishOS apps with Docker'
inputs:
sfos_release:
description: 'SailfishOS release'
default: 'latest'
sfos_arch:
description: 'SailfishOS arch (e.g. armv7hl)'
default: 'armv7hl'
outputs:
rpm: # id of output
description: '???'
runs:
using: 'docker'
image: 'Dockerfile'
args:
- '-e'
- 'INPUT_SFOS_RELEASE'
- '-e'
- 'INPUT_SFOS_ARCH'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment