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 4a7242d commit 0c517b7Copy full SHA for 0c517b7
.github/workflows/build-server.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build and push
44
uses: docker/build-push-action@v6
45
with:
46
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64
47
push: ${{ github.event_name != 'pull_request' }}
48
tags: ${{ steps.meta.outputs.tags }}
49
labels: ${{ steps.meta.outputs.labels }}
0 commit comments