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: |