ci: add back the profile matrix for elixir_release build

This commit is contained in:
Zaiming (Stone) Shi 2022-11-16 18:30:49 +01:00
parent 7305923d12
commit 7c8ed59edd
1 changed files with 5 additions and 1 deletions

View File

@ -12,8 +12,12 @@ on:
jobs:
elixir_release_build:
runs-on: ubuntu-latest
strategy:
matrix:
profile:
- emqx
- emqx-enterprise
container: ghcr.io/emqx/emqx-builder/5.0-18:1.13.4-24.3.4.2-1-ubuntu20.04
steps:
- name: Checkout
uses: actions/checkout@v3