From db659f85680e03da313257c3108a1c631ce06468 Mon Sep 17 00:00:00 2001 From: Manuel Stahl Date: Mon, 20 Jan 2025 12:40:36 +0100 Subject: [PATCH] Do not pre-build for amd64 Change-Id: Ide9b0273ab6b2ae0b06e2a85dc8b5af42fa699f2 --- .github/workflows/docker.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e46359d0579d..7440a51afe9d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -59,18 +59,6 @@ jobs: esac echo "::set-output name=tag::$tag" - # for release builds, we want to get the amd64 image out asap, so first - # we do an amd64-only build, before following up with a multiarch build. - - name: Build and push amd64 - uses: docker/build-push-action@v2 - if: "${{ startsWith(github.ref, 'refs/tags/v') }}" - with: - push: true - labels: "gitsha1=${{ github.sha }}" - tags: "awesometechnologies/synapse:${{ steps.set-tag.outputs.tag }}" - file: "docker/Dockerfile" - platforms: linux/amd64 - - name: Build and push all platforms uses: docker/build-push-action@v2 with: