File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 ${{ inputs.ruby_version }}-${{ inputs.ubuntu_version }}-amd64-${{ github.sha }}
4040 ${{ inputs.ruby_version }}-dev-${{ inputs.ubuntu_version }}-amd64-${{ github.sha }}
4141 dev_suffix : ${{ matrix.dev_suffix }}
42- only_development : false
4342 optflags : ' '
4443 cppflags : ' '
4544 debugflags : ' '
5756 fi
5857
5958 - uses : " ./.github/actions/build_image"
60- if : " !${{ env.only_development }}"
6159 with :
6260 ruby_version : " ${{ env.ruby_version }}"
6361 nightly : " ${{ env.nightly }}"
9997 ${{ inputs.ruby_version }}-${{ inputs.ubuntu_version }}-arm64-${{ github.sha }}
10098 ${{ inputs.ruby_version }}-dev-${{ inputs.ubuntu_version }}-arm64-${{ github.sha }}
10199 dev_suffix : ${{ matrix.dev_suffix }}
102- only_development : false
103100 optflags : ' '
104101 cppflags : ' '
105102 debugflags : ' '
@@ -117,7 +114,6 @@ jobs:
117114 fi
118115
119116 - uses : " ./.github/actions/build_image"
120- if : " !${{ env.only_development }}"
121117 with :
122118 ruby_version : " ${{ env.ruby_version }}"
123119 nightly : " ${{ env.nightly }}"
You can’t perform that action at this time.
0 commit comments