We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d1d900 commit 1ae47a1Copy full SHA for 1ae47a1
.github/workflows/publish-nitro.yaml
@@ -44,5 +44,5 @@ jobs:
44
TAG="latest"
45
fi
46
47
- docker buildx build --target nitro-node --platform linux/amd64 -t ${{ env.GITHUB_REGISTRY }}/${REPO_LOWER}/nitro:${TAG} .
+ docker buildx build --target nitro-node --platform linux/amd64,linux/arm64 -t ${{ env.GITHUB_REGISTRY }}/${REPO_LOWER}/nitro:${TAG} .
48
docker push ${{ env.GITHUB_REGISTRY }}/${REPO_LOWER}/nitro:${TAG}
0 commit comments