Skip to content

Commit 35314db

Browse files
committed
refactor(ci): clean up mulitarch matrix
1 parent 6018b4d commit 35314db

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -274,22 +274,11 @@ jobs:
274274
fail-fast: false
275275
matrix:
276276
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 }
293282
runs-on: ubuntu-latest
294283
steps:
295284
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)