Skip to content

Commit 1570f28

Browse files
committed
Limit precompiled targets to the 5 we actually build
1 parent 58d4537 commit 1570f28

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/vize/native.ex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ defmodule Vize.Native do
66
crate: "vize_ex_nif",
77
base_url: "https://github.com/dannote/vize_ex/releases/download/v#{version}",
88
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+
),
916
version: version
1017

1118
@spec parse_sfc_nif(String.t()) :: {:ok, map()} | {:error, String.t()}

0 commit comments

Comments
 (0)