PragmaTwice commented on issue #795:
URL:
https://github.com/apache/incubator-kvrocks/issues/795#issuecomment-1244843173
> @PragmaTwice the issue here is what distros are supported on GitHub
Actions (public).
I think we can use images in docker hub, e.g.
```yaml
jobs:
build:
runs-on: ubuntu:latest
container: centos:7 # `centos:7` image from docker hub
steps:
... # commands running on centos docker container
```
--
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]