chore(builds) Enable arm64 builds

This commit is contained in:
Mathias Petermann 2023-09-28 08:06:37 +02:00
parent d54760f12b
commit de8a90a80e
No known key found for this signature in database
GPG Key ID: 6961E28BF10090DB

View File

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