Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Package ASL-DAHDI(develop) for all platforms, Publish to development #4

Package ASL-DAHDI(develop) for all platforms, Publish to development

Package ASL-DAHDI(develop) for all platforms, Publish to development #4

name: make_and_publish_all_pkgs
run-name: Package ${{ github.event.repository.name }}(${{ github.ref_name }}) for all platforms, Publish to ${{ inputs.deployment-environment }}
on:
workflow_dispatch:
inputs:
deployment-environment:
type: choice
options:
- development
- testing
- production
commit-versioning:
type: choice
options:
- default
- yes
- no
jobs:
make-all-packages:
strategy:
matrix:
include:
- arch: amd64
os: buster
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/make_and_publish_pkgs.yml
with:
arch: ${{ matrix.arch }}
os: ${{ matrix.os }}
development-environment: ${{ inputs.development-environment }}
commit-versioning: ${{ inputs.commit-versioning }}