Skip to content

Build Elixir 1.17 for Ubuntu 22.04 #2

Build Elixir 1.17 for Ubuntu 22.04

Build Elixir 1.17 for Ubuntu 22.04 #2

name: Build Elixir 1.17 for Ubuntu 22.04
on:
workflow_dispatch:
inputs:
elixir_tag:
description: 'Elixir tag (e.g. v1.15.7)'
required: true
type: string
default: 'v1.15.7'
repository_dispatch:
types: [new_elixir_1_17_release]
jobs:
call-reusable-workflow:
uses: rabbitmq/erlang-packages/.github/workflows/gen-deb-elixir-reusable-workflow.yml@main
with:
elixir_tag: ${{ inputs.elixir_tag != '' && inputs.elixir_tag || github.event.client_payload.tag }}
distribution_name: 'ubuntu'
distribution_codename: 'jammy'
distribution_version: '22.04'
secrets: inherit