diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6a2158c..66109fa 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,6 +41,10 @@ jobs: target: aarch64-unknown-linux-musl use-cross: true + - os: ubuntu-latest + target: armv7-unknown-linux-gnueabihf + use-cross: true + steps: - name: Checkout repository uses: actions/checkout@v2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e8890e..e7505c6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,6 +39,10 @@ jobs: target: aarch64-unknown-linux-musl use-cross: true + - os: ubuntu-latest + target: armv7-unknown-linux-gnueabihf + use-cross: true + steps: - name: Checkout repository uses: actions/checkout@v2