Skip to content

Commit 71c1cc5

Browse files
committed
Adds extra build target
1 parent 9ec4f97 commit 71c1cc5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-purs-gql"
3-
version = "0.1.26"
3+
version = "0.1.27"
44
edition = "2021"
55
default-run = "pursgql"
66
repository = "https://github.com/OxfordAbstracts/purescript-graphql-schema-gen"

dist-workspace.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ci = "github"
99
# The installers to generate for each app
1010
installers = ["npm"]
1111
# Target platforms to build apps for (Rust target-triple syntax)
12-
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
12+
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"]
1313
# The archive format to use for windows builds (defaults .zip)
1414
windows-archive = ".tar.gz"
1515
# The archive format to use for non-windows builds (defaults .tar.xz)

0 commit comments

Comments
 (0)