From be2e4649bd871cfdb9df991fd1603dcc06eaf351 Mon Sep 17 00:00:00 2001 From: Collin Brittain Date: Thu, 30 Nov 2023 13:10:07 -0600 Subject: [PATCH 1/2] Initial fix test --- .github/workflows/integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 86f748e2..a92539f2 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -54,6 +54,7 @@ jobs: context: . file: Dockerfile push: true + platforms: linux/amd64, linux/arm64/v8 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} builder: ${{ steps.buildx.outputs.name }} From 7761f210604d0d1a61cf233be4e2541ebeabea9f Mon Sep 17 00:00:00 2001 From: Collin Brittain Date: Thu, 30 Nov 2023 13:31:22 -0600 Subject: [PATCH 2/2] Add fix to hardhat build --- .github/workflows/integration-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a92539f2..8e20b228 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -101,6 +101,7 @@ jobs: context: integration_tests/ethereum file: integration_tests/ethereum/Dockerfile push: true + platforms: linux/amd64, linux/arm64/v8 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} builder: ${{ steps.buildx.outputs.name }}