Add build for linux/arm64
This commit is contained in:
parent
e174215691
commit
00569f6192
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64,linux/arm64
|
||||||
tags: |
|
tags: |
|
||||||
${{ env.REGISTRY_NAME }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
|
${{ env.REGISTRY_NAME }}/${{ env.IMAGE_NAME }}:${{ env.VERSION }}
|
||||||
${{ env.REGISTRY_NAME }}/${{ env.IMAGE_NAME }}:latest
|
${{ env.REGISTRY_NAME }}/${{ env.IMAGE_NAME }}:latest
|
||||||
|
|
Loading…
Reference in a new issue