We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8fce1 commit 7cabde3Copy full SHA for 7cabde3
1 file changed
.github/workflows/deploy.yml
@@ -49,6 +49,7 @@ jobs:
49
context: .
50
file: docker-files/backend/Dockerfile
51
push: true
52
+ platforms: linux/amd64,linux/arm64
53
tags: ghcr.io/${{ github.repository }}/backend:latest
54
cache-from: type=gha
55
cache-to: type=gha,mode=max
0 commit comments