From 74a059bc1ecf8db452fbec55bd662b34f1a87eb5 Mon Sep 17 00:00:00 2001 From: Christopher Schnick Date: Fri, 3 Jan 2025 09:46:04 +0100 Subject: [PATCH] Release amd as well again [release] --- .github/workflows/docker-push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-push.yml b/.github/workflows/docker-push.yml index 2bd4175..3944e7f 100644 --- a/.github/workflows/docker-push.yml +++ b/.github/workflows/docker-push.yml @@ -67,7 +67,7 @@ jobs: "XPIPE_VERSION=${{ env.XPIPE_VERSION }}" "XPIPE_REPOSITORY=${{ env.XPIPE_REPOSITORY }}" "XPIPE_PACKAGE=${{ env.XPIPE_PACKAGE }}" - platforms: linux/arm64 + platforms: linux/amd64,linux/arm64 - name: Generate artifact attestation uses: actions/attest-build-provenance@v1 with: