From 7c8ed59edd6685372bab5daae3056eb27c3f63c5 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Wed, 16 Nov 2022 18:30:49 +0100 Subject: [PATCH] ci: add back the profile matrix for elixir_release build --- .github/workflows/elixir_release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/elixir_release.yml b/.github/workflows/elixir_release.yml index 7301073a1..b93e6a675 100644 --- a/.github/workflows/elixir_release.yml +++ b/.github/workflows/elixir_release.yml @@ -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