Skip to content

Commit 7392b4f

Browse files
committed
Add arm64 platforms for docker image release
1 parent 18b9cb2 commit 7392b4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
context: .
2626
file: ./Dockerfile
27-
platforms: linux/amd64
27+
platforms: linux/amd64,linux/arm/v7,linux/arm64
2828
push: false
2929
tags: |
3030
${{ steps.docker_meta_ci.outputs.tags }}
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
context: .
9898
file: ./Dockerfile
99-
platforms: linux/amd64
99+
platforms: linux/amd64,linux/arm/v7,linux/arm64
100100
push: ${{ github.event_name != 'pull_request' }}
101101
tags: |
102102
${{ steps.docker_meta.outputs.tags }}

0 commit comments

Comments
 (0)