Skip to content

Commit 1c50d3a

Browse files
committed
only build x86 unless release
1 parent ac2ca07 commit 1c50d3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,12 @@ jobs:
4343
username: ${{ github.repository_owner }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545
# 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
4647
- name: Build image
4748
uses: docker/build-push-action@v5
4849
with:
4950
context: .
50-
platforms: linux/amd64,linux/arm64
51+
platforms: linux/amd64
5152
push: false
5253
tags: ${{ steps.meta.outputs.tags }}
5354
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)