File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 38
38
fail-fast : false
39
39
matrix :
40
40
include :
41
+ -
42
+ buildx_version : edge
43
+ buildkit_image : moby/buildkit:latest
41
44
-
42
45
buildx_version : latest
43
46
buildkit_image : moby/buildkit:buildx-stable-1
Original file line number Diff line number Diff line change 24
24
pull_request :
25
25
26
26
env :
27
- BUILDX_VERSION : latest
28
- BUILDKIT_IMAGE : moby/buildkit:buildx-stable-1
27
+ BUILDX_VERSION : edge
28
+ BUILDKIT_IMAGE : moby/buildkit:latest
29
29
30
30
jobs :
31
31
minimal :
@@ -565,6 +565,8 @@ jobs:
565
565
fail-fast : false
566
566
matrix :
567
567
include :
568
+ - buildx : edge
569
+ buildkit : moby/buildkit:latest
568
570
- buildx : latest
569
571
buildkit : moby/buildkit:buildx-stable-1
570
572
- buildx : latest
@@ -1468,6 +1470,7 @@ jobs:
1468
1470
fail-fast : false
1469
1471
matrix :
1470
1472
buildx-version :
1473
+ - edge
1471
1474
- latest
1472
1475
- v0.14.1
1473
1476
steps :
You can’t perform that action at this time.
0 commit comments