Created
July 23, 2025 15:24
-
-
Save djs55/920b2bf3dbd3051d0764c9d038f2e25d to your computer and use it in GitHub Desktop.
Notes on using GHA to build linuxkit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Problem: a PR to the base alpine package needs to rebuild all the dependent packages too. This is slow, especially if emulation is used. | |
| It's possible to use GitHub scripts to generate a matrix, see https://github.com/docker/buildx/pull/3301/files | |
| and https://github.com/docker/bake-action/pull/204/files#diff-357fd02ef8cec5213e0d77b25634b61bf710551878f3f1b57c689e9653b55209R1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment