Skip to content

Commit

Permalink
Merge pull request #152 from qzhuyan/dev/william/ssl-verify-none
Browse files Browse the repository at this point in the history
ci: bump build image vsn to otp24.2.1
  • Loading branch information
qzhuyan authored Feb 23, 2022
2 parents 0001a03 + 659a6c5 commit 8c06969
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 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 @@ -58,10 +62,10 @@ jobs:
- ubuntu16.04
- debian10
- debian9
- centos8
- rockylinux8
- 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 8c06969

Please sign in to comment.