Skip to content

Commit be733d8

Browse files
authored
fix(ci): specify docker platform (#471)
1 parent e14ee9a commit be733d8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,4 @@ jobs:
130130
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.branch_info.outputs.branch_name }},${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ steps.branch_info.outputs.branch_name }}-${{ steps.branch_info.outputs.short_sha }}
131131
context: ./
132132
cache-to: type=local,dest=/tmp/.buildx-cache,mode=max
133+
platforms: linux/amd64

0 commit comments

Comments
 (0)