chore(CI): change otp version for docker compose file

Signed-off-by: zhanghongtong <rory-z@outlook.com>
This commit is contained in:
zhanghongtong 2021-10-20 14:15:59 +08:00 committed by Rory Z
parent 46a794e38b
commit 7732796331
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ version: '3.9'
services:
erlang23:
container_name: erlang23
image: emqx/build-env:erl23.2.7.2-emqx-2-ubuntu20.04
image: ghcr.io/emqx/emqx-builder-helper/5.0:23.2.7.2-emqx-2-ubuntu20.04
env_file:
- conf.env
environment:
@ -23,7 +23,7 @@ services:
erlang24:
container_name: erlang24
image: emqx/build-env:erl24.0.5-emqx-1-ubuntu20.04
image: ghcr.io/emqx/emqx-builder-helper/5.0:24.1.1-emqx-1-ubuntu20.04
env_file:
- conf.env
environment:

View File

@ -87,7 +87,7 @@ jobs:
steps:
- uses: actions/download-artifact@v2
with:
name: source-24.1.1-emqx-1
name: source-23.2.7.2-emqx-2
path: .
- name: unzip source code
run: Expand-Archive -Path source-23.2.7.2-emqx-2.zip -DestinationPath ./
@ -96,7 +96,7 @@ jobs:
id: install_erlang
## gleam-lang/setup-erlang does not yet support the installation of otp24 on windows
with:
otp-version: 24.1
otp-version: 23.2
- name: build
env:
PYTHON: python

View File

@ -70,7 +70,7 @@ jobs:
matrix:
otp:
- 23.2.7.2-emqx-2
- 24.0.5-emqx-1
- 24.1.1-emqx-1
steps:
- uses: actions/download-artifact@v2
@ -123,7 +123,7 @@ jobs:
matrix:
otp:
- 23.2.7.2-emqx-2
- 24.0.5-emqx-1
- 24.1.1-emqx-1
steps:
- uses: actions/download-artifact@v2