Skip to content

Commit

Permalink
[ECO-2403] Parallelize docker image builds (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki authored Nov 16, 2024
1 parent e323ba6 commit 0e12a94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/push-broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,14 @@ jobs:
context: 'src/rust'
file: 'src/rust/broker/Dockerfile'
labels: '${{ steps.metadata.outputs.labels }}'
platforms: '${{ vars.DOCKER_IMAGE_PLATFORMS }}'
platforms: '${{ matrix.platform }}'
push: 'true'
tags: '${{ steps.metadata.outputs.tags }}'
strategy:
matrix:
platform:
- 'linux/amd64'
- 'linux/arm64'
timeout-minutes: 360
name: 'Build broker Docker image and push to Docker Hub'
'on':
Expand Down
2 changes: 1 addition & 1 deletion src/rust/processor

0 comments on commit 0e12a94

Please sign in to comment.