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 17, 2023
1 parent 6fbb258 commit e83e5e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 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 e83e5e0

Please sign in to comment.