Skip to content

Commit 7a905ca

Browse files
see if segfaults go away
1 parent 4aa88c3 commit 7a905ca

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,9 @@ jobs:
9696

9797
- name: Set up Docker Buildx
9898
uses: docker/setup-buildx-action@v3
99+
with:
100+
driver-opts: image=moby/buildkit:v0.18.1
101+
version: v0.19.2
99102

100103
- name: Run Buildx
101104
run: |

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,9 @@ jobs:
101101

102102
- name: Set up Docker Buildx
103103
uses: docker/setup-buildx-action@v3
104+
with:
105+
driver-opts: image=moby/buildkit:v0.18.1
106+
version: v0.19.2
104107

105108
- name: Run Buildx
106109
run: |

0 commit comments

Comments
 (0)