We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d4537 commit 1570f28Copy full SHA for 1570f28
1 file changed
lib/vize/native.ex
@@ -6,6 +6,13 @@ defmodule Vize.Native do
6
crate: "vize_ex_nif",
7
base_url: "https://github.com/dannote/vize_ex/releases/download/v#{version}",
8
force_build: System.get_env("VIZE_EX_BUILD") in ["1", "true"],
9
+ targets: ~w(
10
+ aarch64-apple-darwin
11
+ aarch64-unknown-linux-gnu
12
+ x86_64-apple-darwin
13
+ x86_64-unknown-linux-gnu
14
+ x86_64-unknown-linux-musl
15
+ ),
16
version: version
17
18
@spec parse_sfc_nif(String.t()) :: {:ok, map()} | {:error, String.t()}
0 commit comments