Skip to content

Commit

Permalink
Fix detection of osx-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Aug 13, 2024
1 parent 7286f40 commit b09a390
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 b09a390

Please sign in to comment.