kou commented on code in PR #326:
URL: https://github.com/apache/arrow-site/pull/326#discussion_r1125024102
##########
.github/workflows/deploy.yml:
##########
@@ -27,17 +27,31 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
+ container:
+ image: ubuntu:22.04 # Ubuntu 22.04 is the latest LTS version as of April
21, 2022: https://wiki.ubuntu.com/Releases
Review Comment:
It seems that we use "locally" as different meanings.
It seems that @avantgardnerio uses "locally" as "on my machine without
Docker" and others (including me) use "locally" as "on my machine with Docker".
@avantgardnerio Is "without Docker" important for you? Is "with Docker"
acceptable?
--
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]