@@ -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