Skip to content

Commit

Permalink
Merge pull request #46 from keynslug/chore/bump-release-matrix
Browse files Browse the repository at this point in the history
chore: update release matrix to reflect current target platforms
  • Loading branch information
keynslug authored Jun 20, 2024
2 parents dcf6914 + d14f025 commit 756a63b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/actions/macos-erlang/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
- name: prepare
shell: bash
run: |
brew install curl zip unzip gnu-sed automake bison kerl wget
brew install curl zip unzip gnu-sed automake libtool bison kerl wget
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
git config --global credential.helper store
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/eunit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
otp:
- 26.1.2-1
os:
- macos-12-arm64
- macos-14
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -35,13 +35,13 @@ jobs:
fail-fast: false
matrix:
builder:
- 5.2-7
- 5.3-8
otp:
- 26.1.2-1
- 26.2.5-2
elixir:
- 1.15.7
os:
- ubuntu22.04
- ubuntu24.04

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

Expand Down
18 changes: 7 additions & 11 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ jobs:
- 25.3.2-2
- 26.1.2-1
os:
- macos-11
- macos-12
- macos-12-arm64
- macos-13
- macos-14
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -55,22 +54,20 @@ jobs:
matrix:
builder:
- 5.1-3:1.14.5-25.3.2-1
- 5.2-7:1.15.7-26.1.2-1
- 5.3-8:1.15.7-26.2.5-2
arch:
- amd64
- arm64
os:
- ubuntu24.04
- ubuntu22.04
- ubuntu20.04
- ubuntu18.04
- ubuntu16.04
- debian12
- debian11
- debian10
- debian9
- amzn2
- amzn2023
- el7
- el8
- el9
- alpine3.15.1
Expand Down Expand Up @@ -119,9 +116,8 @@ jobs:
name: packages
path: packages
- name: Create Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Erlang jq NIF ${{ github.ref_name }} Released
name: Erlang jq NIF ${{ github.event.inputs.branch_or_tag || github.ref_name }} Released
tag_name: ${{ github.event.inputs.branch_or_tag || github.ref_name }}
files: "packages/*"
draft: false
prerelease: false

0 comments on commit 756a63b

Please sign in to comment.