Skip to content

Commit

Permalink
Don't run musl build on non-alpine OS
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Nov 16, 2021
1 parent e2f165e commit c4c8b5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,13 @@ jobs:
- run: apt-get update
- run: apt-get install -y gcc-aarch64-linux-gnu
- run: apt-get install -y g++-aarch64-linux-gnu
- run: apt-get install -y musl
- run: ldd --version ldd
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: 12
- run: npm install
- run: npm run prebuild-musl
- run: npm run prebuild-arm64
if: startsWith(github.ref, 'refs/tags/')
env:
Expand Down

0 comments on commit c4c8b5e

Please sign in to comment.