File tree 1 file changed +5
-16
lines changed
1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -274,22 +274,11 @@ jobs:
274
274
fail-fast : false
275
275
matrix :
276
276
include :
277
- - from_image : amd64/centos
278
- platform : x86_64-linux
279
- dockerfile : centos
280
- - from_image : navikey/raspbian-bullseye
281
- platform : arm-linux
282
- dockerfile : debian
283
- - from_image : arm64v8/ubuntu
284
- platform : aarch64-linux
285
- dockerfile : debian
286
- - from_image : i386/alpine
287
- platform : x86-linux
288
- dockerfile : alpine
289
- - from_image : arm32v6/alpine
290
- platform : arm-linux
291
- dockerfile : alpine
292
-
277
+ - {platform: aarch64-linux, dockerfile: debian, from_image: arm64v8/ubuntu }
278
+ - {platform: arm-linux, dockerfile: alpine, from_image: arm32v6/alpine }
279
+ - {platform: arm-linux, dockerfile: debian, from_image: navikey/raspbian-bullseye }
280
+ - {platform: x86-linux, dockerfile: alpine, from_image: i386/alpine }
281
+ - {platform: x86_64-linux, dockerfile: centos, from_image: amd64/centos }
293
282
runs-on : ubuntu-latest
294
283
steps :
295
284
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments