Skip to content

Commit a6ab3aa

Browse files
committed
HACK
1 parent 607f7dd commit a6ab3aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
build-args: |
8888
PLUGIN=${{ matrix.image }}
8989
push: ${{ github.event_name == 'push' }}
90-
platforms: ${{ github.event_name == 'push' && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
90+
platforms: 'linux/amd64'
9191
tags: ghcr.io/${{ github.repository }}/plugins/${{ matrix.image }}:${{ env.TAG_NAME }}
9292

9393
- name: Sign image

0 commit comments

Comments
 (0)