Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c54ca85

Browse files
authoredMar 20, 2023
Merge pull request #817 from infosiftr/more-buildkit
Enable buildkit to widen test of its use
2 parents f6cedc5 + 3239fa4 commit c54ca85

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎generate-stackbrew-library.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ cat <<-EOH
6464
Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon),
6565
Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
6666
GitRepo: https://github.com/docker-library/python.git
67+
Builder: buildkit
6768
EOH
6869

6970
# prints "$2$1$3$1...$N"
@@ -165,6 +166,7 @@ for version; do
165166
EOE
166167
if [[ "$v" == windows/* ]]; then
167168
echo "Constraints: $variant"
169+
echo 'Builder: classic'
168170
fi
169171
done
170172
done

0 commit comments

Comments
 (0)
Failed to load comments.