You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kvrocks.apache.org by "tisonkun (via GitHub)" <gi...@apache.org> on 2023/02/13 14:07:23 UTC

[GitHub] [incubator-kvrocks] tisonkun commented on a diff in pull request #1258: build: Drop travis workflow

tisonkun commented on code in PR #1258:
URL: https://github.com/apache/incubator-kvrocks/pull/1258#discussion_r1104516550


##########
.github/workflows/kvrocks.yaml:
##########
@@ -254,6 +254,16 @@ jobs:
             ./build/kvrocks
             ./coredumps/*
 
+  docker:
+    name: Check Docker image
+    needs: [check-and-lint]
+    runs-on: ubuntu-20.04
+    steps:
+      - uses: actions/checkout@v3
+      - uses: docker/build-push-action@v3

Review Comment:
   Verify docker build per PR, but for amd64 only. We don't have too much different when compile on amd64 or arm64.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@kvrocks.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org