We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2ca07 commit 1c50d3aCopy full SHA for 1c50d3a
.github/workflows/release.yml
@@ -43,11 +43,12 @@ jobs:
43
username: ${{ github.repository_owner }}
44
password: ${{ secrets.GITHUB_TOKEN }}
45
# Build the Docker image for all events, but do not push
46
+ # We use linux/amd64 for the build only as it's faster on GitHub Actions
47
- name: Build image
48
uses: docker/build-push-action@v5
49
with:
50
context: .
- platforms: linux/amd64,linux/arm64
51
+ platforms: linux/amd64
52
push: false
53
tags: ${{ steps.meta.outputs.tags }}
54
labels: ${{ steps.meta.outputs.labels }}
0 commit comments