From 58248b6e24ced905ff6c3fb69b948d5a974532f6 Mon Sep 17 00:00:00 2001 From: phoenix Date: Sat, 8 Jun 2024 20:09:02 +0200 Subject: [PATCH] Add amd64/arm64 multiarch to GHCR Build for amd64 and arm64. --- .github/workflows/ghcr.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 8cc4331..cae5c07 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -40,5 +40,6 @@ jobs: with: context: . push: true + platforms: linux/amd64,linux/arm64 tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file