update: workflow/docker-image.yml - try and build arm64
This commit is contained in:
parent
3aa9c7a434
commit
d71bd0fe3c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -17,6 +17,7 @@ on:
|
|||
env:
|
||||
REGISTRY: ghcr.io
|
||||
IMAGE_NAME: ${{ github.repository }}
|
||||
TARGET_PLATFORMS: linux/amd64,linux/arm64
|
||||
|
||||
jobs:
|
||||
build-and-push-image:
|
||||
|
@ -49,3 +50,4 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: ${{ env.TARGET_PLATFORMS }}
|
||||
|
|
Reference in a new issue