We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5beffb1 commit 61daf07Copy full SHA for 61daf07
1 file changed
.github/workflows/deploy.yaml
@@ -36,6 +36,7 @@ jobs:
36
context: .
37
push: true
38
tags: ghcr.io/${{ github.repository_owner }}/do-app-baseimage-django-node:${{ github.sha }}
39
+ platforms: linux/amd64,linux/arm64
40
cache-from: type=local,src=/tmp/.buildx-cache
41
cache-to: type=local,dest=/tmp/.buildx-cache-new
42
0 commit comments