Disable arm64 build
This commit is contained in:
parent
d420bec782
commit
1e32cb8688
@ -55,7 +55,7 @@ jobs:
|
|||||||
org.opencontainers.image.version=${{ env.EW_VERSION }}
|
org.opencontainers.image.version=${{ env.EW_VERSION }}
|
||||||
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
|
||||||
|
|
||||||
# arm64 builds OOM without the git fetch setting. c.f.
|
# arm64 builds OOM without the git fetch setting. c.f.
|
||||||
# https://github.com/rust-lang/cargo/issues/10583
|
# https://github.com/rust-lang/cargo/issues/10583
|
||||||
|
Loading…
x
Reference in New Issue
Block a user