Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 1889799

Browse files
Removed armv7 from buildx platforms
1 parent 6837a86 commit 1889799

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
with:
170170
context: .
171171
file: ./docker/Dockerfile.github-actions
172-
platforms: linux/amd64,linux/arm64/v8 #${{ matrix.platforms }} linux/arm/v7,
172+
platforms: linux/amd64 #,linux/arm64/v8 #${{ matrix.platforms }} linux/arm/v7,
173173
push: ${{ github.event_name != 'pull_request' }}
174174
tags: ${{ steps.meta.outputs.tags }}
175175
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)