mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-01 04:09:07 +01:00
Fix docker workflow
This commit is contained in:
parent
f3f303aa22
commit
424d1d28cc
1 changed files with 5 additions and 3 deletions
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue