We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d8788 commit d64032dCopy full SHA for d64032d
lib/graphql_query/native.ex
@@ -16,6 +16,7 @@ defmodule GraphqlQuery.Native do
16
base_url: "#{github_url}/releases/download/v#{version}",
17
force_build: System.get_env("FORCE_BUILD") in ["1", "true"],
18
mode: mode,
19
+ nif_versions: ["2.17"],
20
targets: ~w(
21
aarch64-apple-darwin
22
aarch64-unknown-linux-gnu
0 commit comments