Open legoktm opened 1 year ago
The wheel build process is a good first target for containerization since it's all self-contained in this repository.
The basic workflow is:
build
Nearly everything is version agnostic and can be done from the host except for step 4, which is the main benefit we get from isolation.
The wheel build process is a good first target for containerization since it's all self-contained in this repository.
The basic workflow is:
build
. If the package contains compiled code, build it on both bullseye and bookwormNearly everything is version agnostic and can be done from the host except for step 4, which is the main benefit we get from isolation.