Skip to content

Commit 9e66565

Browse files
committed
workflows: No need to build test on old ARM platforms
Signed-off-by: Chuck Lever <[email protected]>
1 parent e90eae3 commit 9e66565

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/makefile.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Multi-platform CI
2+
name: Build tests
33

44
on: [push, pull_request, workflow_dispatch]
55

@@ -13,8 +13,6 @@ jobs:
1313
matrix:
1414
platform:
1515
- linux/amd64
16-
- linux/arm/v6
17-
- linux/arm/v7
1816
- linux/arm64
1917

2018
steps:

0 commit comments

Comments
 (0)