Skip to content

Commit

Permalink
ci: bump build image vsn to otp24.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhuyan committed Feb 22, 2022
1 parent 0001a03 commit e32d855
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -40,15 +42,17 @@ 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
strategy:
fail-fast: false
matrix:
otp:
- "24.1.1-emqx-1"
- "24.2.1-1"
elixir:
- "1.13.3"
quic_support:
- true
- false
Expand All @@ -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
Expand All @@ -86,7 +90,7 @@ jobs:
- macos-11
- macos-10.15
otp:
- "24.1.1-emqx-1"
- "24.2.1-1"

runs-on: ${{ matrix.macos }}

Expand Down

0 comments on commit e32d855

Please sign in to comment.