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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]