Skip to content

Commit

Permalink
Merge pull request #1289 from mavlink/add-linux-armv6-musl
Browse files Browse the repository at this point in the history
Add linux-armv6-musl build
  • Loading branch information
JonasVautherin authored Dec 17, 2020
2 parents 8c4f4dc + 5c24707 commit 4e7484b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
runs-on: ubuntu-18.04
strategy:
matrix:
arch_name: [linux-armv7l-musl, linux-arm64-musl]
arch_name: [linux-armv6-musl, linux-armv7l-musl, linux-arm64-musl]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 4e7484b

Please sign in to comment.