build: create build for armv6

This commit is contained in:
exepirit
2022-10-04 13:46:43 +07:00
committed by GitHub
parent 89a6126cd7
commit a3593cf3c1
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ amd64, i686, mips, mipsel, armhf, arm64 ]
arch: [ amd64, i686, mips, mipsel, armhf, armlf, arm64 ]
defaults:
run:
shell: bash