Skip to content

Commit 5057c56

Browse files
committed
chore: add arm64 seperately
1 parent b548514 commit 5057c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docker_publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,6 @@ jobs:
5959
push: ${{ github.event_name != 'pull_request' }}
6060
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_REPOSITORY }}:latest
6161
labels: ${{ steps.meta.outputs.labels }}
62-
platforms: linux/amd64, linux/arm64/v8, linux/arm/v7
62+
platforms: linux/amd64, linux/arm64, linux/arm64/v8, linux/arm/v7
6363
cache-from: type=gha
6464
cache-to: type=gha,mode=max

0 commit comments

Comments
 (0)