Skip to content

Commit b16f42f

Browse files
authored
Merge pull request #1325 from crazy-max/buildx-edge
ci: update buildx to edge and buildkit to latest
2 parents 0adf995 + dc0fea5 commit b16f42f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/.e2e-run.yml

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
include:
41+
-
42+
buildx_version: edge
43+
buildkit_image: moby/buildkit:latest
4144
-
4245
buildx_version: latest
4346
buildkit_image: moby/buildkit:buildx-stable-1

.github/workflows/ci.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ on:
2424
pull_request:
2525

2626
env:
27-
BUILDX_VERSION: latest
28-
BUILDKIT_IMAGE: moby/buildkit:buildx-stable-1
27+
BUILDX_VERSION: edge
28+
BUILDKIT_IMAGE: moby/buildkit:latest
2929

3030
jobs:
3131
minimal:
@@ -565,6 +565,8 @@ jobs:
565565
fail-fast: false
566566
matrix:
567567
include:
568+
- buildx: edge
569+
buildkit: moby/buildkit:latest
568570
- buildx: latest
569571
buildkit: moby/buildkit:buildx-stable-1
570572
- buildx: latest
@@ -1468,6 +1470,7 @@ jobs:
14681470
fail-fast: false
14691471
matrix:
14701472
buildx-version:
1473+
- edge
14711474
- latest
14721475
- v0.14.1
14731476
steps:

0 commit comments

Comments
 (0)