Skip to content

Commit

Permalink
ci: add x86-64 alpine to the multiarch matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 2, 2024
1 parent 75554ae commit 90f1165
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ jobs:
- {platform: arm-linux, dockerfile: alpine, from_image: arm32v6/alpine }
- {platform: arm-linux, dockerfile: debian, from_image: navikey/raspbian-bullseye }
- {platform: x86-linux, dockerfile: alpine, from_image: i386/alpine }
- {platform: x86_64-linux, dockerfile: alpine, from_image: alpine }
- {platform: x86_64-linux, dockerfile: centos, from_image: amd64/centos }
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 90f1165

Please sign in to comment.