Skip to content

Commit

Permalink
ci: add x86_64-linux alpine to the multiarch matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 16, 2024
1 parent 2645c87 commit 358f9a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,9 @@ jobs:
- from_image: arm32v6/alpine
platform: arm-linux
dockerfile: alpine
- from_image: alpine
platform: x86_64-linux
dockerfile: alpine
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 358f9a5

Please sign in to comment.