Skip to content

Commit

Permalink
Add arm v6 gnueabi[hf] targets
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 21, 2021
1 parent aecba14 commit b580127
Show file tree
Hide file tree
Showing 4 changed files with 2,065 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- aarch64-unknown-linux-musl
- armv7-unknown-linux-gnueabihf
- armv7-unknown-linux-musleabihf
- arm-unknown-linux-gnueabi
- arm-unknown-linux-gnueabihf
steps:
- uses: actions/checkout@v2
- name: Install crosstool-ng
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- aarch64-unknown-linux-musl
- armv7-unknown-linux-gnueabihf
- armv7-unknown-linux-musleabihf
# - arm-unknown-linux-gnueabi
# - arm-unknown-linux-gnueabihf
steps:
- uses: actions/checkout@v2
- name: Install crosstool-ng
Expand Down
Loading

0 comments on commit b580127

Please sign in to comment.