Skip to content

Commit 56a483e

Browse files
committed
.github: workflow updated, remove armhf arch
1 parent 712f26f commit 56a483e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Build lua for linux
3737
strategy:
3838
matrix:
39-
arch: [x86_64, x86, aarch64, armhf, armv7]
39+
arch: [x86_64, x86, aarch64, armv7]
4040
runs-on: ubuntu-latest
4141
steps:
4242
- uses: jirutka/setup-alpine@v1

0 commit comments

Comments
 (0)