Skip to content

Commit

Permalink
Add platforms field to image builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrit committed Nov 30, 2023
1 parent 1f81db9 commit 91b652e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
builder: ${{ steps.buildx.outputs.name }}
file: orchestrator/Dockerfile
push: true
platforms: linux/amd64, linux/arm64/v8
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down Expand Up @@ -103,6 +104,7 @@ jobs:
context: ./module
file: module/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 @@ -203,6 +205,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 91b652e

Please sign in to comment.