Merge pull request #17 from themegaphoenix/main

Add ARM64 support
This commit is contained in:
Youe Graillot 2022-11-20 19:19:45 +01:00 committed by GitHub
commit 1804c3c3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
labels: ${{ steps.meta.outputs.labels }}
tags: ${{ steps.meta.outputs.tags }}