Skip to content

Commit

Permalink
ci: add arm64 job for check-docker (apache#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Jan 28, 2025
1 parent 81691c2 commit b5b55bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/kvrocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,10 @@ jobs:
name: Check Docker image
needs: [precondition, check-and-lint, check-typos]
if: ${{ needs.precondition.outputs.docs_only != 'true' }}
runs-on: ubuntu-22.04
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, ubuntu-24.04-arm]
steps:
- uses: actions/checkout@v4
- name: Get core numbers
Expand Down

0 comments on commit b5b55bf

Please sign in to comment.