potiuk commented on PR #629: URL: https://github.com/apache/airflow-site/pull/629#issuecomment-1178820031
Just a thought @rossturk . Since this is golang mostly and yarn - we do not TECHNICALLY need to run everything with Docker. I think teh set of technologies we use to build "airflow-site" is "multi-patform enough" to not require Docker image? I think this is the main reason why there is no official Hugo aarch64 image is that it's is "good enough" to have everything installed in the "host" environment rather than having to use docker. For one `hugo` nicely installs with `brew` on M1 with arm64 architecture, same with node. Unlike Airflow (which require a number of system-level libraries - mysql and others ) that make it difficult to have a "consistent" build environment in a host of different operating systems, building the site is done rarely enough and dependencies are multi-platform enough that it should be possible to simply drop the Docker approach altogether. -- 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]
