From a3593cf3c1564cb368e1f95fb09f413fe483f700 Mon Sep 17 00:00:00 2001 From: exepirit <39772915+exepirit@users.noreply.github.com> Date: Tue, 4 Oct 2022 13:46:43 +0700 Subject: [PATCH] build: create build for armv6 --- .github/workflows/rust_parallel_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust_parallel_release.yml b/.github/workflows/rust_parallel_release.yml index 099a86b..420ed2f 100644 --- a/.github/workflows/rust_parallel_release.yml +++ b/.github/workflows/rust_parallel_release.yml @@ -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