Skip to content

Commit d775ed5

Browse files
authored
Merge pull request #3 from badsyntax/feature/amd64
Add support for linux/amd64 platform
2 parents b660baa + 16d9966 commit d775ed5

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)