build(docker): revert supporting arm64 (#3791)
Building crates it's taking too much time and timing out on GitHub's Action.
This commit is contained in:
parent
3923c3de9e
commit
ce0727e306
|
|
@ -96,9 +96,10 @@ jobs:
|
||||||
target: runtime
|
target: runtime
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/Dockerfile
|
file: ./docker/Dockerfile
|
||||||
platforms: |
|
# TODO: building crates is taking too long with arm64 and it's timing out on GHA
|
||||||
linux/amd64
|
# platforms: |
|
||||||
linux/arm64
|
# linux/amd64
|
||||||
|
# linux/arm64
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
build-args: |
|
build-args: |
|
||||||
|
|
|
||||||
|
|
@ -88,9 +88,11 @@ jobs:
|
||||||
target: builder
|
target: builder
|
||||||
context: .
|
context: .
|
||||||
file: ./docker/zcash-params/Dockerfile
|
file: ./docker/zcash-params/Dockerfile
|
||||||
platforms: |
|
# TODO: building crates is taking too long with arm64 and it's timing out on GHA
|
||||||
linux/amd64
|
# platforms: |
|
||||||
linux/arm64
|
# linux/amd64
|
||||||
|
# linux/arm64
|
||||||
|
|
||||||
tags: ${{ steps.meta.outputs.tags }}
|
tags: ${{ steps.meta.outputs.tags }}
|
||||||
labels: ${{ steps.meta.outputs.labels }}
|
labels: ${{ steps.meta.outputs.labels }}
|
||||||
build-args: |
|
build-args: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue