Skip to content

Commit

Permalink
feat(action): 编译添加arm平台
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendery committed Jan 10, 2025
1 parent c15fad1 commit ac28b54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
with:
context: .
file: src/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/${{ env.LOWERCASE_IMAGE_NAME }}:${{ github.ref_name }}
cache-from: type=gha
Expand All @@ -90,6 +91,7 @@ jobs:
with:
context: .
file: src/Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ env.LOWERCASE_IMAGE_NAME }}:latest
Expand Down

0 comments on commit ac28b54

Please sign in to comment.