Skip to content

Commit

Permalink
Do not pre-build for amd64
Browse files Browse the repository at this point in the history
Change-Id: Ide9b0273ab6b2ae0b06e2a85dc8b5af42fa699f2
  • Loading branch information
awesome-manuel committed Jan 20, 2025
1 parent 116e31a commit db659f8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit db659f8

Please sign in to comment.