Skip to content

Commit ef9bb33

Browse files
committed
ci: add x86-64 alpine to the multiarch matrix
1 parent 35314db commit ef9bb33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ jobs:
278278
- {platform: arm-linux, dockerfile: alpine, from_image: arm32v6/alpine }
279279
- {platform: arm-linux, dockerfile: debian, from_image: navikey/raspbian-bullseye }
280280
- {platform: x86-linux, dockerfile: alpine, from_image: i386/alpine }
281+
- {platform: x86_64-linux, dockerfile: alpine, from_image: alpine }
281282
- {platform: x86_64-linux, dockerfile: centos, from_image: amd64/centos }
282283
runs-on: ubuntu-latest
283284
steps:

0 commit comments

Comments
 (0)