Skip to content

Commit

Permalink
CI docker image platform bugfix (#235)
Browse files Browse the repository at this point in the history
* Initial fix test

* Add fix to hardhat build
  • Loading branch information
cbrit authored Nov 30, 2023
1 parent d98c3c9 commit 471e383
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -100,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 }}
Expand Down

0 comments on commit 471e383

Please sign in to comment.