Skip to content

Commit

Permalink
chore(release) add more cross compilation targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dndx committed Sep 23, 2021
1 parent a54d1b3 commit 4dc9f86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dc9f86

Please sign in to comment.