Skip to content

Commit f5243a1

Browse files
authored
Update pyproject to support installing on M1 machines (#558)
1 parent 52a51ce commit f5243a1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@ build-backend = "pseudo_builder"
44

55
[tool.release-gitter]
66
extract-files = ["stylua"]
7-
format = "stylua-{system}.zip"
7+
format = "stylua-{system}{arch}.zip"
88
exec = "chmod +x stylua"
9+
[tool.release-gitter.map-arch]
10+
x86_64 = ""
11+
arm64 = "-aarch64"
912
[tool.release-gitter.map-system]
1013
Darwin = "macos"
1114
Windows = "win64"

0 commit comments

Comments
 (0)