Skip to content
Snippets Groups Projects
Commit 424d1d28 authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix docker workflow

parent f3f303aa
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,8 @@ jobs: ...@@ -55,6 +55,8 @@ jobs:
tags: "${{ steps.set-tag.outputs.tags }}" tags: "${{ steps.set-tag.outputs.tags }}"
file: "docker/Dockerfile" file: "docker/Dockerfile"
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
build-args:
# arm64 builds OOM otherwise. c.f. https://github.com/rust-lang/cargo/issues/10583 # arm64 builds OOM without the git fetch setting. c.f.
CARGO_NET_GIT_FETCH_WITH_CLI: true # https://github.com/rust-lang/cargo/issues/10583
build-args: |
CARGO_NET_GIT_FETCH_WITH_CLI=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment