We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98c3c9 commit 471e383Copy full SHA for 471e383
.github/workflows/integration-tests.yml
@@ -54,6 +54,7 @@ jobs:
54
context: .
55
file: Dockerfile
56
push: true
57
+ platforms: linux/amd64, linux/arm64/v8
58
tags: ${{ steps.meta.outputs.tags }}
59
labels: ${{ steps.meta.outputs.labels }}
60
builder: ${{ steps.buildx.outputs.name }}
@@ -100,6 +101,7 @@ jobs:
100
101
context: integration_tests/ethereum
102
file: integration_tests/ethereum/Dockerfile
103
104
105
106
107
0 commit comments