chore(CI): change otp version for workflows

This commit is contained in:
zhanghongtong 2021-10-20 13:58:16 +08:00 committed by x1001100011
parent 15205942e0
commit b0e579fcd8
8 changed files with 17 additions and 17 deletions

View File

@ -14,7 +14,7 @@ jobs:
matrix:
otp:
- "23.2.7.2-emqx-2"
- "24.0.5-emqx-1"
- "24.1.1-emqx-1"
runs-on: ubuntu-20.04
container: "ghcr.io/emqx/emqx-builder-helper/5.0:${{ matrix.otp }}-ubuntu20.04"
@ -83,7 +83,7 @@ jobs:
steps:
- uses: actions/download-artifact@v2
with:
name: source-23.2.7.2-emqx-2
name: source-24.1.1-emqx-1
path: .
- name: unzip source code
run: Expand-Archive -Path source-23.2.7.2-emqx-2.zip -DestinationPath ./
@ -92,7 +92,7 @@ jobs:
id: install_erlang
## gleam-lang/setup-erlang does not yet support the installation of otp24 on windows
with:
otp-version: 23.2
otp-version: 24.1
- name: build
env:
PYTHON: python
@ -151,7 +151,7 @@ jobs:
- macos-11
- macos-10.15
otp:
- 24.0.5-emqx-1
- 24.1.1-emqx-1
exclude:
- profile: emqx-edge
@ -244,7 +244,7 @@ jobs:
- arm64
otp:
- 23.2.7.2-emqx-2
- 24.0.5-emqx-1
- 24.1.1-emqx-1
exclude:
- os: centos6
arch: arm64
@ -347,7 +347,7 @@ jobs:
matrix:
profile: ${{fromJSON(needs.prepare.outputs.profiles)}}
otp:
- 24.0.5-emqx-1
- 24.1.1-emqx-1
steps:
- uses: actions/download-artifact@v2
@ -400,7 +400,7 @@ jobs:
matrix:
otp:
- 23.2.7.2-emqx-2
- 24.0.5-emqx-1
- 24.1.1-emqx-1
needs: [prepare, mac, linux, docker]
steps:
- uses: geekyeggo/delete-artifact@v1
@ -418,7 +418,7 @@ jobs:
matrix:
profile: ${{fromJSON(needs.prepare.outputs.profiles)}}
otp:
- 24.0.5-emqx-1
- 24.1.1-emqx-1
steps:
- uses: actions/checkout@v2

View File

@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
otp:
- 24.0.5-emqx-1
- 24.1.1-emqx-1
os:
- ubuntu20.04
- centos7
@ -62,7 +62,7 @@ jobs:
- macos-11
- macos-10.15
otp:
- 24.0.5-emqx-1
- 24.1.1-emqx-1
runs-on: ${{ matrix.macos }}

View File

@ -5,7 +5,7 @@ on: [pull_request]
jobs:
check_deps_integrity:
runs-on: ubuntu-20.04
container: "ghcr.io/emqx/emqx-builder-helper/5.0:24.0.5-emqx-1-ubuntu20.04"
container: "ghcr.io/emqx/emqx-builder-helper/5.0:24.1.1-emqx-1-ubuntu20.04"
steps:
- uses: actions/checkout@v2

View File

@ -13,7 +13,7 @@ jobs:
matrix:
otp:
- "23.2.7.2-emqx-2"
- "24.0.5-emqx-1"
- "24.1.1-emqx-1"
runs-on: ubuntu-20.04
container: "ghcr.io/emqx/emqx-builder-helper/5.0:${{ matrix.otp }}-ubuntu20.04"

View File

@ -13,7 +13,7 @@ jobs:
matrix:
otp:
- "23.2.7.2-emqx-2"
- "24.0.5-emqx-1"
- "24.1.1-emqx-1"
runs-on: ubuntu-20.04
container: "ghcr.io/emqx/emqx-builder-helper/5.0:${{ matrix.otp }}-ubuntu20.04"

View File

@ -13,7 +13,7 @@ jobs:
matrix:
otp:
- "23.2.7.2-emqx-2"
- "24.0.5-emqx-1"
- "24.1.1-emqx-1"
runs-on: ubuntu-20.04
container: "ghcr.io/emqx/emqx-builder-helper/5.0:${{ matrix.otp }}-ubuntu20.04"

View File

@ -13,7 +13,7 @@ jobs:
matrix:
otp:
- "23.2.7.2-emqx-2"
- "24.0.5-emqx-1"
- "24.1.1-emqx-1"
runs-on: ubuntu-20.04
container: "ghcr.io/emqx/emqx-builder-helper/5.0:${{ matrix.otp }}-ubuntu20.04"
@ -36,7 +36,7 @@ jobs:
matrix:
otp:
- "23.2.7.2-emqx-2"
- "24.0.5-emqx-1"
- "24.1.1-emqx-1"
runs-on: ubuntu-20.04
container: "ghcr.io/emqx/emqx-builder-helper/5.0:${{ matrix.otp }}-ubuntu20.04"

View File

@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/emqx/emqx-builder-helper/5.0:24.0.5-emqx-1-alpine3.14
ARG BUILD_FROM=ghcr.io/emqx/emqx-builder-helper/5.0:24.1.1-emqx-1-alpine3.14
ARG RUN_FROM=alpine:3.14
FROM ${BUILD_FROM} AS builder