Skip to content

Commit d1d43c4

Browse files
committed
Try to work around buildkit bug
1 parent b84fcf0 commit d1d43c4

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: docker/setup-buildx-action@v1
2525
with:
2626
config: .github/buildkit.toml
27+
driver-opts: image=moby/buildkit:v0.9.1
2728
- name: Login to Docker
2829
uses: docker/login-action@v1
2930
with:
@@ -59,6 +60,7 @@ jobs:
5960
uses: docker/setup-buildx-action@v1
6061
with:
6162
config: .github/buildkit.toml
63+
driver-opts: image=moby/buildkit:v0.9.1
6264
- name: Login to Docker
6365
uses: docker/login-action@v1
6466
with:
@@ -95,6 +97,7 @@ jobs:
9597
uses: docker/setup-buildx-action@v1
9698
with:
9799
config: .github/buildkit.toml
100+
driver-opts: image=moby/buildkit:v0.9.1
98101
- name: Login to Docker
99102
uses: docker/login-action@v1
100103
with:

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
uses: docker/setup-buildx-action@v1
2727
with:
2828
config: .github/buildkit.toml
29+
driver-opts: image=moby/buildkit:v0.9.1
2930
- name: Build Image
3031
run: ./makeimage.sh ${{ matrix.target }} ${{ matrix.variant }}
3132
- name: Build ffmpeg

0 commit comments

Comments
 (0)