Skip to content

Commit

Permalink
Use AMD platforms only
Browse files Browse the repository at this point in the history
  • Loading branch information
alnoki committed Aug 22, 2024
1 parent bfaf298 commit 3ba0caf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-broker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
context: 'src/rust'
file: 'src/rust/broker/Dockerfile'
labels: '${{ steps.metadata.outputs.labels }}'
platforms: '${{ vars.DOCKER_IMAGE_PLATFORMS }}'
platforms: 'linux/amd64'
push: 'true'
tags: '${{ steps.metadata.outputs.tags }}'
name: 'Build broker Docker image and push to Docker Hub'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-processor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
context: 'src/rust/processor/rust'
file: 'src/rust/processor/rust/Dockerfile'
labels: '${{ steps.metadata.outputs.labels }}'
platforms: '${{ vars.DOCKER_IMAGE_PLATFORMS }}'
platforms: 'linux/amd64'
push: 'true'
tags: '${{ steps.metadata.outputs.tags }}'
name: 'Build processor Docker image and push to Docker Hub'
Expand Down

0 comments on commit 3ba0caf

Please sign in to comment.