2
0
Fork 0

update: workflow/docker-image.yml - try and build arm64

This commit is contained in:
soxfor 2023-03-20 00:13:10 +00:00
parent 3aa9c7a434
commit d71bd0fe3c
1 changed files with 2 additions and 0 deletions

View File

@ -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 }}