summaryrefslogtreecommitdiff
path: root/.github/actions
AgeCommit message (Collapse)Author
2025-11-06[Github] Use zstd to compress CI container images (#166879)Aiden Grossman
zstd usually offers better compression ratios, but also offers much higher decompression speeds, which can tangibly impact image unpack times. Enable this by default given it is a two line change that is transparent at image pull time given most container runtimes these days supported zstd compressed images.
2025-11-06[NFC][Github] Move Container Composite Workflows to .github/actions (#166864)Aiden Grossman
This allows for their reuse inside llvm-zorg. Otherwise we get an error that we cannot use reusable workflows inside job steps because Github thinks that they are reuseable workflows rather than composite actions. This should be NFC inside the monorepo.