This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git
The following commit(s) were added to refs/heads/unstable by this push:
new b5b55bfa ci: add arm64 job for check-docker (#2749)
b5b55bfa is described below
commit b5b55bfab07f1aad718bc0d5a99ce1b2482b51b2
Author: Twice <[email protected]>
AuthorDate: Tue Jan 28 19:03:53 2025 +0800
ci: add arm64 job for check-docker (#2749)
---
.github/workflows/kvrocks.yaml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/kvrocks.yaml b/.github/workflows/kvrocks.yaml
index ce1fd6ab..4daf0f83 100644
--- a/.github/workflows/kvrocks.yaml
+++ b/.github/workflows/kvrocks.yaml
@@ -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