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