Skip to content

Commit

Permalink
chore: upgrade to latest builder images
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Nov 22, 2023
1 parent 6fbb258 commit 3d1d85d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
otp:
- 25.3.2-1
- 25.3.2-2
elixir:
- 1.14.5
steps:
Expand Down Expand Up @@ -54,15 +54,15 @@ 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-3:${{ 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
quic_support:
Expand All @@ -83,7 +83,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-3:${{ matrix.elixir }}-${{ matrix.otp }}-${{ matrix.os }}

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

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

Expand Down

0 comments on commit 3d1d85d

Please sign in to comment.