kou commented on code in PR #326:
URL: https://github.com/apache/arrow-site/pull/326#discussion_r1124199851


##########
.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:
   Ah, I can understand the debuggability concern. If we make this job local 
debuggable, we should not use `actions/*` in `ubuntu:XXX` container like we did 
in apache/arrow: 
https://github.com/apache/arrow/blob/main/.github/workflows/cpp.yml#L92-L99
   
   If we need local debuggability, we may need to choose another approach.



-- 
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]

Reply via email to