Skip to content
This repository was archived by the owner on Feb 28, 2025. It is now read-only.

Commit 55581e6

Browse files
committed
Add platform linux/arm64
1 parent 5a1a8cc commit 55581e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ jobs:
7676
org.opencontainers.image.licenses=${{ github.event.repository.license.name }}
7777
platforms: |
7878
linux/amd64
79-
linux/arm/v6
79+
linux/arm64
8080
linux/arm/v7
81+
linux/arm/v6
8182
pull: true
8283
push: true
8384
tags: ${{ steps.prepare.outputs.tags }}

0 commit comments

Comments
 (0)