We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 561e8f7 + 3315a0f commit 9e9c762Copy full SHA for 9e9c762
generate-stackbrew-library.sh
@@ -95,6 +95,7 @@ cat <<-EOH
95
Maintainers: Tianon Gravi <tianon@dockerproject.org> (@tianon),
96
Joseph Ferguson <yosifkit@gmail.com> (@yosifkit)
97
GitRepo: https://github.com/docker-library/docker.git
98
+Builder: buildkit
99
EOH
100
101
# prints "$2$1$3$1...$N"
@@ -204,6 +205,9 @@ for version; do
204
205
GitCommit: $commit
206
Directory: $dir
207
EOE
- [ "$variant" = "$v" ] || echo "Constraints: $variant"
208
+ if [ "$variant" != "$v" ]; then
209
+ echo "Constraints: $variant"
210
+ echo 'Builder: classic' # no Windows support in BuildKit (yet)
211
+ fi
212
done
213
0 commit comments