Skip to content

Commit

Permalink
Build images of amd64 and arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyzlj committed Jun 10, 2024
1 parent a7e75aa commit b6aecf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
context: .
file: ./docker/Dockerfile
push: true
# platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64
tags: |
${{ env.REGISTRY_ACR }}/${{ env.NAMESPACE_ACR }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}-latest
${{ env.REGISTRY }}/${{ env.NAMESPACE }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}-latest
Expand Down

0 comments on commit b6aecf1

Please sign in to comment.