From e32d8559ef3aa0075c76e6382474c702943042ba Mon Sep 17 00:00:00 2001 From: William Yang Date: Tue, 22 Feb 2022 21:17:07 +0100 Subject: [PATCH] ci: bump build image vsn to otp24.2.1 --- .github/workflows/build.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4d54edb..d18e500 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,9 @@ jobs: fail-fast: false matrix: otp: - - "24.1.1-emqx-1" + - "24.2.1-1" + elixir: + - "1.13.3" steps: - uses: actions/checkout@v2 - uses: docker/setup-qemu-action@v1 @@ -40,7 +42,7 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | - FROM=ghcr.io/emqx/emqx-builder-helper/5.0:${{ matrix.otp }}-alpine3.14 + FROM=ghcr.io/emqx/emqx-builder/5.0-7:${{ matrix.elixir }}-${{ matrix.otp }}-alpine3.14 package: runs-on: ubuntu-latest @@ -48,7 +50,9 @@ jobs: fail-fast: false matrix: otp: - - "24.1.1-emqx-1" + - "24.2.1-1" + elixir: + - "1.13.3" quic_support: - true - false @@ -61,7 +65,7 @@ jobs: - centos8 - centos7 container: - image: ghcr.io/emqx/emqx-builder-helper/5.0:${{ matrix.otp }}-${{ matrix.os }} + image: ghcr.io/emqx/emqx-builder/5.0-7:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }} steps: - uses: actions/checkout@v1 @@ -86,7 +90,7 @@ jobs: - macos-11 - macos-10.15 otp: - - "24.1.1-emqx-1" + - "24.2.1-1" runs-on: ${{ matrix.macos }}