Skip to content

Commit

Permalink
Remove aarch64-unknown-linux-musl target
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed May 23, 2022
1 parent 2f0b610 commit 4bc6b82
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Build precompiled NIFs

env:
Expand Down Expand Up @@ -32,7 +31,6 @@ jobs:
# NIF version 2.16
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , nif: "2.16", use-cross: true }
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.16", use-cross: true }
- { target: aarch64-unknown-linux-musl , os: ubuntu-20.04 , nif: "2.16", use-cross: true }
- { target: aarch64-apple-darwin , os: macos-11 , nif: "2.16" }
- { target: x86_64-apple-darwin , os: macos-11 , nif: "2.16" }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.16" }
Expand All @@ -42,7 +40,6 @@ jobs:
# NIF version 2.15
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , nif: "2.15", use-cross: true }
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.15", use-cross: true }
- { target: aarch64-unknown-linux-musl , os: ubuntu-20.04 , nif: "2.15", use-cross: true }
- { target: aarch64-apple-darwin , os: macos-11 , nif: "2.15" }
- { target: x86_64-apple-darwin , os: macos-11 , nif: "2.15" }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.15" }
Expand All @@ -52,7 +49,6 @@ jobs:
# # NIF version 2.14
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , nif: "2.14", use-cross: true }
- { target: aarch64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.14", use-cross: true }
- { target: aarch64-unknown-linux-musl , os: ubuntu-20.04 , nif: "2.14", use-cross: true }
- { target: aarch64-apple-darwin , os: macos-11 , nif: "2.14" }
- { target: x86_64-apple-darwin , os: macos-11 , nif: "2.14" }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 , nif: "2.14" }
Expand Down

0 comments on commit 4bc6b82

Please sign in to comment.