Skip to content

Commit 54bbeaf

Browse files
Drop arm platforms
1 parent e5d5a0d commit 54bbeaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
context: .
8686
file: ./${{ matrix.file }}
87-
platforms: linux/amd64,linux/arm/v6,linux/arm64,linux/arm/v7
87+
platforms: linux/amd64
8888
push: ${{ github.event_name != 'pull_request' }}
8989
tags: ${{ steps.image-tags.outputs.tags }}
9090
- name: Build and push images

0 commit comments

Comments
 (0)