Merge pull request #310 from exepirit/master

build: create build for armv6
This commit is contained in:
Revertron
2022-10-04 15:37:33 +02:00
committed by GitHub
+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