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 71c1641 commit 6bb43f2Copy full SHA for 6bb43f2
.github/workflows/docker-image.yml
@@ -24,6 +24,7 @@ jobs:
24
- name: Build and push Node resizer
25
uses: docker/build-push-action@v5
26
with:
27
+ platforms: linux/amd64,linux/arm64
28
context: .
29
file: ./.docker/node.Dockerfile
30
push: true
0 commit comments