From ce0727e306316aeb580fa5c91af60592fe9a286e Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Tue, 8 Mar 2022 11:22:03 -0400 Subject: [PATCH] build(docker): revert supporting arm64 (#3791) Building crates it's taking too much time and timing out on GitHub's Action. --- .github/workflows/cd.yml | 7 ++++--- .github/workflows/zcash-params.yml | 8 +++++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9e178a7d..8ac8c43b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -96,9 +96,10 @@ jobs: target: runtime context: . file: ./docker/Dockerfile - platforms: | - linux/amd64 - linux/arm64 + # TODO: building crates is taking too long with arm64 and it's timing out on GHA + # platforms: | + # linux/amd64 + # linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: | diff --git a/.github/workflows/zcash-params.yml b/.github/workflows/zcash-params.yml index 58be845d..9f50f92d 100644 --- a/.github/workflows/zcash-params.yml +++ b/.github/workflows/zcash-params.yml @@ -88,9 +88,11 @@ jobs: target: builder context: . file: ./docker/zcash-params/Dockerfile - platforms: | - linux/amd64 - linux/arm64 + # TODO: building crates is taking too long with arm64 and it's timing out on GHA + # platforms: | + # linux/amd64 + # linux/arm64 + tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} build-args: |