From 87a628e9ce0410296c032147ed1edc3a658c3ae6 Mon Sep 17 00:00:00 2001 From: Alex Nederlof Date: Tue, 28 Mar 2023 22:22:52 +0200 Subject: [PATCH] Build for both AMD and ARM Aims to fix #4028 --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 970b0a7f..83d7e5b2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -67,6 +67,7 @@ jobs: BUILD_VERSION=${{ github.sha }} load: false push: true + platforms: linux/amd64,linux/arm64 secrets: | GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} tags: |