You've already forked configurator
mirror of
https://github.com/armbian/configurator.git
synced 2026-01-06 10:36:02 -08:00
32 lines
714 B
YAML
32 lines
714 B
YAML
name: Debian package
|
|
#
|
|
# Description
|
|
#
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
|
|
Debian:
|
|
uses: armbian/scripts/.github/workflows/pack-debian.yml@master
|
|
with:
|
|
matrix: "all:focal"
|
|
maintainer: "Igor Pecovnik <igor@armbian.com>"
|
|
package: "configurator"
|
|
licence: "GPL 2.0"
|
|
homepage: "https://www.armbian.com"
|
|
section: "default"
|
|
priority: "optional"
|
|
depends: "libpyside2-dev"
|
|
description: "Configurator"
|
|
|
|
secrets:
|
|
GPG_PRIVATE_KEY: ${{ secrets.GPG_KEY1 }}
|
|
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE1 }}
|
|
SSH_KEY_TORRENTS: ${{ secrets.KEY_TORRENTS }}
|
|
KNOWN_HOSTS_UPLOAD: ${{ secrets.KNOWN_HOSTS_TORRENTS }}
|