Skip to content

Commit

Permalink
chore: fixing build with multi targets
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Nov 23, 2023
1 parent 7a5fd2e commit a13c54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
os: ubuntu-latest
rust: stable
target: aarch64-unknown-linux-gnu
- build: linux gnu armv
- build: linux gnu arm
os: ubuntu-latest
rust: stable
target: armv-unknown-linux-gnu
target: arm-unknown-linux-gnu
- build: linux gnu armv7
os: ubuntu-latest
rust: stable
Expand Down

0 comments on commit a13c54b

Please sign in to comment.