mirror of
https://github.com/zealdocs/zeal.git
synced 2024-12-02 09:44:14 +03:00
17 lines
429 B
YAML
17 lines
429 B
YAML
name: 'AppImage Builder'
|
|
description: 'Create an AppImage with appimage-builder.'
|
|
inputs:
|
|
recipe:
|
|
description: 'Path to the appimage-builder recipe.'
|
|
required: true
|
|
default: 'AppImageBuilder.yml'
|
|
apt_dependencies:
|
|
description: 'List of packages to install with apt-get.'
|
|
required: false
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
args:
|
|
- ${{ inputs.recipe }}
|
|
- ${{ inputs.apt_dependencies }}
|