Skip to content

Commit

Permalink
chore: support linux/amd64 linux/arm64 platform (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Dec 4, 2024
1 parent b880255 commit 4c1bb07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/chatnio-blob-service:latest

0 comments on commit 4c1bb07

Please sign in to comment.