Skip to content

Commit 16d9966

Browse files
committed
Add support for linux/amd64 platform
1 parent b660baa commit 16d9966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
context: .
4747
file: ./Dockerfile
4848
push: true
49-
platforms: linux/arm64
49+
platforms: linux/amd64,linux/arm64
5050
tags: ${{ steps.meta.outputs.tags }}
5151
labels: ${{ steps.meta.outputs.labels }}
5252
cache-from: type=local,src=/tmp/.buildx-cache

0 commit comments

Comments
 (0)