Skip to content

Commit

Permalink
Fix detection of osx-arm64 (#766)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc authored Aug 31, 2024
1 parent b5a445f commit 2aa580c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pulp/apis/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ def initialize(filename, operating_system="linux", arch="64"):
PULPCFGFILE += ".win"
elif sys.platform in ["darwin"]:
operating_system = "osx"
arch = "64"
PULPCFGFILE += ".osx"
else:
operating_system = "linux"
Expand Down

0 comments on commit 2aa580c

Please sign in to comment.