From 4dc9f867ed050646e808bf3119d99060fd1f6aec Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Wed, 22 Sep 2021 22:14:16 -0700 Subject: [PATCH] chore(release) add more cross compilation targets --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5d23e4..ba6d2c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,12 @@ jobs: matrix: target: - x86_64-unknown-linux-gnu + - i686-unknown-linux-gnu - armv7-unknown-linux-gnueabihf + - arm-unknown-linux-gnueabihf - aarch64-unknown-linux-gnu + - mips-unknown-linux-gnu + - mipsel-unknown-linux-gnu steps: - uses: actions/checkout@v2