Skip to content

Commit 6b4601f

Browse files
Added fix for new arm runner mtu/ipv6 issues causing slow package downloads during build process
1 parent 8d280c2 commit 6b4601f

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/docker-image-build-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
# --- 3. Build & Push (Digest Only) ---
6262
- name: Set up Docker Buildx
6363
uses: docker/setup-buildx-action@v3
64+
with:
65+
driver-opts: network=host
6466

6567
- name: Build and push by digest
6668
id: build
@@ -247,6 +249,8 @@ jobs:
247249

248250
- name: Set up Docker Buildx
249251
uses: docker/setup-buildx-action@v3
252+
with:
253+
driver-opts: network=host
250254

251255
- name: Create manifest list and push
252256
working-directory: /tmp/digests

.github/workflows/docker-image-build-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
# --- 3. Build & Push (Digest Only) ---
4949
- name: Set up Docker Buildx
5050
uses: docker/setup-buildx-action@v3
51+
with:
52+
driver-opts: network=host
5153

5254
- name: Build and push by digest
5355
id: build
@@ -216,6 +218,8 @@ jobs:
216218

217219
- name: Set up Docker Buildx
218220
uses: docker/setup-buildx-action@v3
221+
with:
222+
driver-opts: network=host
219223

220224
- name: Create manifest list and push
221225
working-directory: /tmp/digests

CONTRIBUTORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Copyright (C) 2024-2026 Calibre-Web Automated contributors
315315
- zhiyue (1 commits)
316316
# Fork Contributors (crocodilestick/calibre-web-automated)
317317

318-
- crocodilestick (986 commits)
318+
- crocodilestick (989 commits)
319319
- jmarmstrong1207 (73 commits)
320320
- demitrix (30 commits)
321321
- sirwolfgang (29 commits)

0 commit comments

Comments
 (0)