We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad89e69 commit 9a43c6cCopy full SHA for 9a43c6c
1 file changed
.github/workflows/build-gcc-packages.yml
@@ -202,7 +202,8 @@ jobs:
202
203
- name: Build PHP and packages
204
run: |
205
- php bin/spp all --target=native-native-gnu --type=rpm --phpv=${{ matrix.php-version }} --iteration="${{ env.ITERATION }}"
+ TARGET=${{ matrix.alma == 9 && matrix.arch == 'x86_64' && 'native-native-gnu.2.34' || 'native-native-gnu' }}
206
+ php bin/spp all --target=$TARGET --type=rpm --phpv=${{ matrix.php-version }} --iteration="${{ env.ITERATION }}"
207
208
- name: Prepare rpm signing
209
0 commit comments