Skip to content

Commit

Permalink
fix: update default builder version
Browse files Browse the repository at this point in the history
fixes #237

also updated OTP, Elixir and builder version in workflows
  • Loading branch information
id committed Nov 29, 2023
1 parent d25cd0f commit c9ad084
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
otp:
- 25.3.2-2
elixir:
- 1.14.5
- 1.15.7
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
FROM=ghcr.io/emqx/emqx-builder/5.2-3:${{ matrix.elixir }}-${{ matrix.otp }}-debian11
FROM=ghcr.io/emqx/emqx-builder/5.2-7:${{ matrix.elixir }}-${{ matrix.otp }}-debian11
linux:
runs-on: ubuntu-latest
Expand All @@ -49,15 +49,15 @@ jobs:
otp:
- 25.3.2-2
elixir:
- 1.14.5
- 1.15.7
quic_support:
- true
- false
os:
- ubuntu22.04

container:
image: ghcr.io/emqx/emqx-builder/5.2-3:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}
image: ghcr.io/emqx/emqx-builder/5.2-7:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -90,6 +90,7 @@ jobs:
macos:
- macos-12-arm64
- macos-12
- macos-13
otp:
- 25.3.2-2

Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
fail-fast: false
matrix:
otp:
- 25.3.2-1
- 25.3.2-2
elixir:
- 1.14.5
- 1.15.7
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -52,17 +52,17 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
FROM=ghcr.io/emqx/emqx-builder/5.1-3:${{ matrix.elixir }}-${{ matrix.otp }}-debian11
FROM=ghcr.io/emqx/emqx-builder/5.2-7:${{ matrix.elixir }}-${{ matrix.otp }}-debian11
linux:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
otp:
- 25.3.2-1
- 25.3.2-2
elixir:
- 1.14.5
- 1.15.7
quic_support:
- true
- false
Expand All @@ -81,7 +81,7 @@ jobs:
- amzn2
- amzn2023
container:
image: ghcr.io/emqx/emqx-builder/5.1-3:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}
image: ghcr.io/emqx/emqx-builder/5.2-7:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -115,8 +115,9 @@ jobs:
macos:
- macos-12-arm64
- macos-12
- macos-13
otp:
- 25.3.2-1
- 25.3.2-2

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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FROM=ghcr.io/emqx/emqx-builder/5.0-31:1.13.4-24.3.4.2-2-debian11
ARG FROM=ghcr.io/emqx/emqx-builder/5.2-7:1.15.7-25.3.2-2-debian11
FROM ${FROM}
COPY . /emqtt_bench
WORKDIR /emqtt_bench
Expand Down

0 comments on commit c9ad084

Please sign in to comment.