Skip to content

Commit b31420f

Browse files
committed
HACK
1 parent fcf161a commit b31420f

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
@@ -88,7 +88,7 @@ jobs:
8888
build-args: |
8989
PLUGIN=${{ matrix.image }}
9090
push: ${{ github.event_name == 'push' }}
91-
platforms: ${{ github.event_name == 'push' && 'linux/amd64,linux/arm64' || 'linux/amd64' }}
91+
platforms: 'linux/amd64'
9292
tags: ghcr.io/${{ github.repository }}/plugins/${{ matrix.image }}:${{ env.TAG_NAME }}
9393

9494
- name: Sign image

0 commit comments

Comments
 (0)