Skip to content

Commit 989c2cf

Browse files
authored
Merge pull request #2 from Netcracker/fix/arm_fixes
Multi-arch build support for RabbitMQ
2 parents 8f5dcc5 + ea709f3 commit 989c2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
no-cache: true
8080
context: ${{ matrix.component.context }}
8181
file: ${{ matrix.component.file }}
82-
platforms: linux/amd64
82+
platforms: linux/amd64,linux/arm64
8383
push: ${{ env.PUSH }}
8484
tags: ghcr.io/${{ env.GITHUB_GROUP }}/${{ matrix.component.name }}:${{ env.TAG_NAME }}
8585
provenance: false

0 commit comments

Comments
 (0)