Skip to content

Commit 4c1bb07

Browse files
committed
chore: support linux/amd64 linux/arm64 platform (#10)
1 parent b880255 commit 4c1bb07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ jobs:
2424
uses: docker/build-push-action@v2
2525
with:
2626
context: .
27+
platforms: linux/amd64,linux/arm64
2728
push: true
2829
tags: ${{ secrets.DOCKERHUB_USERNAME }}/chatnio-blob-service:latest

0 commit comments

Comments
 (0)