File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 5454 echo "DOCKER_BUILD_PLATFORM_OPTIONS=--platform=linux/arm64" >> $GITHUB_ENV
5555 - name : Set up Docker Buildx
5656 uses : docker/setup-buildx-action@v3
57+ with :
58+ buildkitd-config : /etc/buildkit/buildkitd.toml
5759 - name : Login to GitHub Container Registry
5860 uses : docker/login-action@v3
5961 with :
@@ -111,6 +113,8 @@ jobs:
111113 echo "DOCKER_BUILD_PLATFORM_OPTIONS=--platform=linux/amd64" >> $GITHUB_ENV
112114 - name : Set up Docker Buildx
113115 uses : docker/setup-buildx-action@v3
116+ with :
117+ buildkitd-config : /etc/buildkit/buildkitd.toml
114118 - name : Login to GitHub Container Registry
115119 uses : docker/login-action@v3
116120 with :
@@ -222,6 +226,8 @@ jobs:
222226 uses : docker/setup-qemu-action@v3
223227 - name : Set up Docker Buildx
224228 uses : docker/setup-buildx-action@v3
229+ with :
230+ buildkitd-config : /etc/buildkit/buildkitd.toml
225231 - name : Login to GitHub Container Registry
226232 uses : docker/login-action@v3
227233 with :
You can’t perform that action at this time.
0 commit comments