Skip to content

Commit 2f1eb1c

Browse files
committed
fix GitHub action runs
1 parent c4af736 commit 2f1eb1c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_on_arch.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
include:
19-
- arch: armv7
20-
distro: archarm_latest
2119
- arch: aarch64
2220
distro: alpine_latest
2321
- arch: s390x
@@ -27,7 +25,7 @@ jobs:
2725

2826
steps:
2927
- uses: actions/checkout@v3
30-
- uses: uraimo/run-on-arch-action@v2.1.1
28+
- uses: uraimo/run-on-arch-action@v2
3129
name: Build
3230
id: build
3331
with:

0 commit comments

Comments
 (0)