We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b880255 commit 4c1bb07Copy full SHA for 4c1bb07
.github/workflows/docker.yaml
@@ -24,5 +24,6 @@ jobs:
24
uses: docker/build-push-action@v2
25
with:
26
context: .
27
+ platforms: linux/amd64,linux/arm64
28
push: true
29
tags: ${{ secrets.DOCKERHUB_USERNAME }}/chatnio-blob-service:latest
0 commit comments