kevingurney commented on code in PR #326:
URL: https://github.com/apache/arrow-site/pull/326#discussion_r1124205265
##########
.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:
This worked fine:
https://github.com/mathworks/arrow-site/actions/runs/4321911014/jobs/7543691983.
Should we use this approach instead, despite the potential tradeoffs?
**Note**: I'm not sure if the `npm` package caching is working as expected.
I see
https://github.com/mathworks/arrow-site/actions/runs/4321911014/jobs/7543691983.
I also see
https://github.com/mathworks/arrow-site/actions/runs/4321911014/jobs/7543691983#step:8:32,
which is only taking 2 seconds. So maybe it is working.
--
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]