Skip to content

Commit 4c80d82

Browse files
committed
fixup! chore: migrate to pyproject.toml and hatch
Signed-off-by: JP-Ellis <josh@jpellis.me>
1 parent b9dc64b commit 4c80d82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hatch_build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def install_pact_binaries(self, version: str) -> None: # noqa: PLR0912
7373
elif platform.startswith("win"):
7474
os = "windows"
7575

76-
if platform.endswith("x86_64"):
76+
if platform.endswith(("x86_64", "amd64")):
7777
machine = "x86_64"
7878
elif platform.endswith("32"):
7979
machine = "x86"

0 commit comments

Comments
 (0)