We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35314db commit ef9bb33Copy full SHA for ef9bb33
.github/workflows/ci.yml
@@ -278,6 +278,7 @@ jobs:
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: alpine, from_image: alpine }
282
- {platform: x86_64-linux, dockerfile: centos, from_image: amd64/centos }
283
runs-on: ubuntu-latest
284
steps:
0 commit comments