Skip to content

Instantly share code, notes, and snippets.

@djs55
Created July 23, 2025 15:24
Show Gist options
  • Select an option

  • Save djs55/920b2bf3dbd3051d0764c9d038f2e25d to your computer and use it in GitHub Desktop.

Select an option

Save djs55/920b2bf3dbd3051d0764c9d038f2e25d to your computer and use it in GitHub Desktop.
Notes on using GHA to build linuxkit
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