Skip to content

Netplan status only works with networkd type of networking (#83) #48

Netplan status only works with networkd type of networking (#83)

Netplan status only works with networkd type of networking (#83) #48

Workflow file for this run

name: Debian package
#
# Description
#
on:
workflow_dispatch:
push:
branches:
- main
jobs:
Debian:
uses: armbian/scripts/.github/workflows/pack-debian.yml@master
with:
matrix: "all:jammy"
maintainer: "Igor Pecovnik <[email protected]>"
package: "armbian-configng"
licence: "GPL 2.0"
homepage: "https://www.armbian.com"
section: "default"
priority: "optional"
depends: "bash, jq, whiptail"
description: "Configng"
secrets:
GPG_PRIVATE_KEY: ${{ secrets.GPG_KEY1 }}
PASSPHRASE: ${{ secrets.GPG_PASSPHRASE1 }}