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 607f7dd commit a6ab3aaCopy full SHA for a6ab3aa
.github/workflows/images.yml
@@ -87,7 +87,7 @@ jobs:
87
build-args: |
88
PLUGIN=${{ matrix.image }}
89
push: ${{ github.event_name == 'push' }}
90
- platforms: ${{ github.event_name == 'push' && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
+ platforms: 'linux/amd64'
91
tags: ghcr.io/${{ github.repository }}/plugins/${{ matrix.image }}:${{ env.TAG_NAME }}
92
93
- name: Sign image
0 commit comments