From 98c70b7e7c10c746e4314584a2c2a7ca1572a788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bardon?= Date: Sun, 26 Jan 2025 15:09:02 +0100 Subject: [PATCH] debug(ci): Build image for `linux/amd64` too --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 07e9c181..8478a471 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -96,6 +96,7 @@ jobs: labels: ${{ steps.metadata.outputs.labels }} push: ${{ github.ref == 'refs/heads/master' }} platforms: | + linux/amd64 linux/arm64 # cache-from: type=gha # cache-to: type=gha,mode=max