Skip to content

Commit 471e383

Browse files
authored
CI docker image platform bugfix (#235)
* Initial fix test * Add fix to hardhat build
1 parent d98c3c9 commit 471e383

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integration-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
context: .
5555
file: Dockerfile
5656
push: true
57+
platforms: linux/amd64, linux/arm64/v8
5758
tags: ${{ steps.meta.outputs.tags }}
5859
labels: ${{ steps.meta.outputs.labels }}
5960
builder: ${{ steps.buildx.outputs.name }}
@@ -100,6 +101,7 @@ jobs:
100101
context: integration_tests/ethereum
101102
file: integration_tests/ethereum/Dockerfile
102103
push: true
104+
platforms: linux/amd64, linux/arm64/v8
103105
tags: ${{ steps.meta.outputs.tags }}
104106
labels: ${{ steps.meta.outputs.labels }}
105107
builder: ${{ steps.buildx.outputs.name }}

0 commit comments

Comments
 (0)