Skip to content

Commit

Permalink
ci: add otp 26
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Nov 29, 2023
1 parent 54b49bb commit eeacbac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
os:
- macos-12
otp:
- 24
- 25
- 26
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down Expand Up @@ -67,8 +67,8 @@ jobs:
fail-fast: false
matrix:
otp:
- 24.3.4
- 25.3.2
- 26.1.2
openssl:
- openssl3
- openssl
Expand Down
12 changes: 5 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
fail-fast: false
matrix:
otp:
- 25.3.2-1
- 25.3.2-2
- 26.1.2-1
openssl:
- openssl3
- openssl
Expand Down Expand Up @@ -53,14 +54,11 @@ jobs:
fail-fast: false
matrix:
builder:
- 5.1-3
otp:
- 25.3.2-1
- 5.2-7:1.15.7-25.3.2-2
- 5.2-7:1.15.7-26.1.2-1
openssl:
- openssl3
- openssl
elixir:
- 1.14.5
arch:
- amd64
- arm64
Expand Down Expand Up @@ -99,7 +97,7 @@ jobs:
- name: build release
if: startsWith(github.ref, 'refs/tags/')
run: |
IMAGE=ghcr.io/emqx/emqx-builder/${{ matrix.builder }}:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}
IMAGE=ghcr.io/emqx/emqx-builder/${{ matrix.builder }}-${{ matrix.os }}
docker run -i --rm -v $(pwd):/wd --workdir /wd --platform=linux/${{ matrix.arch }} \
-e BUILD_RELEASE=1 -e QUIC_TLS=${{ matrix.openssl }} \
$IMAGE bash -euc 'git config --global --add safe.directory /wd; make'
Expand Down

0 comments on commit eeacbac

Please sign in to comment.