Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 424d1d2

Browse files
committed
Fix docker workflow
1 parent f3f303a commit 424d1d2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/docker.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
tags: "${{ steps.set-tag.outputs.tags }}"
5656
file: "docker/Dockerfile"
5757
platforms: linux/amd64,linux/arm64
58-
build-args:
59-
# arm64 builds OOM otherwise. c.f. https://github.com/rust-lang/cargo/issues/10583
60-
CARGO_NET_GIT_FETCH_WITH_CLI: true
58+
59+
# arm64 builds OOM without the git fetch setting. c.f.
60+
# https://github.com/rust-lang/cargo/issues/10583
61+
build-args: |
62+
CARGO_NET_GIT_FETCH_WITH_CLI=true

0 commit comments

Comments
 (0)