Skip to content

Commit

Permalink
Merge branch 'unstable' into ci-nightly-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
PragmaTwice authored Jan 28, 2025
2 parents bd0a105 + b5b55bf commit 7021531
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 7021531

Please sign in to comment.