From de8a90a80e05ace27c60e114d29b40ce47233ee4 Mon Sep 17 00:00:00 2001 From: Mathias Petermann Date: Thu, 28 Sep 2023 08:06:37 +0200 Subject: [PATCH] chore(builds) Enable arm64 builds --- .github/workflows/release-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-container.yml b/.github/workflows/release-container.yml index 24d77b7..8297bf6 100644 --- a/.github/workflows/release-container.yml +++ b/.github/workflows/release-container.yml @@ -44,6 +44,6 @@ jobs: with: context: . push: true - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}