File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ jobs:
199
199
path : " *.deb"
200
200
201
201
test_deb :
202
- name : Test on ubuntu: ${{ matrix.image_tag }} for ${{ matrix.target_arch }}
202
+ name : Test on ${{ matrix.base_image }} for ${{ matrix.target_arch }}
203
203
runs-on : ${{ matrix.target_arch == 'aarch64' && 'ubuntu-latest-arm64' || 'ubuntu-latest' }}
204
204
needs :
205
205
- configure
@@ -250,7 +250,7 @@ jobs:
250
250
run : docker run --name buildtest testenv ${{ steps.variables.outputs.imagemagick_version }} ${{ env.PKG_ARCH }}
251
251
252
252
deploy_deb :
253
- name : Deploy on ubuntu: ${{ matrix.image_tag }} for ${{ matrix.target_arch }}
253
+ name : Deploy ${{ matrix.base_image }} ${{ matrix.target_arch }} artifact(s)
254
254
runs-on : ubuntu-latest
255
255
needs :
256
256
- configure
You can’t perform that action at this time.
0 commit comments