File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 merge_matrix : ${{ steps.versions.outputs.merge_matrix }}
1919 steps :
2020 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
21- - name : Get target OTP and Elixir versions
21+ - name : Get target OTP, Elixir and Rust versions
2222 id : versions
2323 run : |
2424 #!/bin/bash
Original file line number Diff line number Diff line change 3030 matrix : ${{ steps.versions.outputs.matrix }}
3131 steps :
3232 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
33- - name : Get target OTP and Elixir versions
33+ - name : Get target OTP, Elixir and Rust versions
3434 id : versions
3535 run : |
3636 #!/bin/bash
@@ -43,14 +43,14 @@ jobs:
4343 "ubuntu22.04",
4444 "ubuntu20.04",
4545 "ubuntu18.04",
46- "debian12",
47- "debian11",
48- "debian10",
49- "el9",
50- "el8",
51- "el7",
52- "amzn2",
53- "amzn2023",
46+ "debian12",
47+ "debian11",
48+ "debian10",
49+ "el9",
50+ "el8",
51+ "el7",
52+ "amzn2",
53+ "amzn2023",
5454 "alpine3.15.1",
5555 "alpine3.21.3"
5656 ]'
7777 echo "matrix=$matrix" | tee -a $GITHUB_OUTPUT
7878
7979 build :
80- name : ${{ matrix.platform }} ${{ matrix.arch }} OTP-${{ matrix.otp }} Elixir-${{ matrix.elixir }}
80+ name : ${{ matrix.platform }} ${{ matrix.arch }} OTP-${{ matrix.otp }} Elixir-${{ matrix.elixir }} Rust-${{ matrix.rust }}
8181 runs-on : ${{ github.repository_owner == 'emqx' && format('aws-ubuntu22.04-{0}', matrix.arch) || (matrix.arch == 'arm64' && 'ubuntu-22.04-arm' || 'ubuntu-22.04') }}
8282
8383 needs :
You can’t perform that action at this time.
0 commit comments