Skip to content

Commit

Permalink
Merge pull request #31 from firezone/forgot-wireguardex.ex
Browse files Browse the repository at this point in the history
Add musl targets
  • Loading branch information
jamilbk authored Aug 6, 2022
2 parents 5fda58a + 8bb4ce8 commit e11a01c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/wireguardex.ex
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ defmodule Wireguardex do
targets: [
"aarch64-unknown-linux-gnu",
"x86_64-unknown-linux-gnu",
"aarch64-unknown-linux-musl",
"x86_64-unknown-linux-musl",
"aarch64-apple-darwin",
"x86_64-apple-darwin"
]
Expand Down

0 comments on commit e11a01c

Please sign in to comment.