File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2121 # also used in the setup-beam step (same tag should work for both)
2222 description : OTP version (eg. `26`, `26.2.5.6`)
2323 default : 27
24+ otp_build_version :
25+ # OTP to compile RabbitMQ with; needs to match what setup-beam expects
26+ description : OTP build version
27+ default : 27
2428 build_arm :
2529 description : Build for ARM64 as well?
2630 type : boolean
3741 matrix :
3842 otp_version :
3943 - ${{ github.event.inputs.otp_version || '27' }}
44+ otp_build_version :
45+ - ${{ github.event.inputs.otp_build_version || '27' }}
4046 runs-on : ubuntu-latest
4147 outputs :
4248 authorized : ${{ steps.authorized.outputs.authorized }}
5662 if : steps.authorized.outputs.authorized == 'true'
5763 uses : erlef/setup-beam@v1
5864 with :
59- otp-version : ${{ matrix.otp_version }}
65+ otp-version : ${{ matrix.otp_build_version }}
66+ version-type : strict
6067 elixir-version : latest
6168 - name : make package-generic-unix
6269 if : steps.authorized.outputs.authorized == 'true'
You can’t perform that action at this time.
0 commit comments