Skip to content

Commit

Permalink
fixup! chore: migrate to pyproject.toml and hatch
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Sep 13, 2023
1 parent b9dc64b commit 4c80d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hatch_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def install_pact_binaries(self, version: str) -> None: # noqa: PLR0912
elif platform.startswith("win"):
os = "windows"

if platform.endswith("x86_64"):
if platform.endswith(("x86_64", "amd64")):
machine = "x86_64"
elif platform.endswith("32"):
machine = "x86"
Expand Down

0 comments on commit 4c80d82

Please sign in to comment.