Skip to content

Commit e268fec

Browse files
committed
build: fix aarch64 kits
Using advice from pypa/cibuildwheel#2257
1 parent bb68f99 commit e268fec

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/kit.yml

+8-6
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
# }
100100
# if the_os == "macos":
101101
# them["os-version"] = "13"
102+
# if the_arch == "aarch64":
103+
# them["os-version"] = "22.04-arm"
102104
# print(f"- {json.dumps(them)}")
103105
# ]]]
104106
- {"os": "ubuntu", "py": "cp39", "arch": "x86_64"}
@@ -111,11 +113,11 @@ jobs:
111113
- {"os": "ubuntu", "py": "cp311", "arch": "i686"}
112114
- {"os": "ubuntu", "py": "cp312", "arch": "i686"}
113115
- {"os": "ubuntu", "py": "cp313", "arch": "i686"}
114-
- {"os": "ubuntu", "py": "cp39", "arch": "aarch64"}
115-
- {"os": "ubuntu", "py": "cp310", "arch": "aarch64"}
116-
- {"os": "ubuntu", "py": "cp311", "arch": "aarch64"}
117-
- {"os": "ubuntu", "py": "cp312", "arch": "aarch64"}
118-
- {"os": "ubuntu", "py": "cp313", "arch": "aarch64"}
116+
- {"os": "ubuntu", "py": "cp39", "arch": "aarch64", "os-version": "22.04-arm"}
117+
- {"os": "ubuntu", "py": "cp310", "arch": "aarch64", "os-version": "22.04-arm"}
118+
- {"os": "ubuntu", "py": "cp311", "arch": "aarch64", "os-version": "22.04-arm"}
119+
- {"os": "ubuntu", "py": "cp312", "arch": "aarch64", "os-version": "22.04-arm"}
120+
- {"os": "ubuntu", "py": "cp313", "arch": "aarch64", "os-version": "22.04-arm"}
119121
- {"os": "macos", "py": "cp39", "arch": "arm64", "os-version": "13"}
120122
- {"os": "macos", "py": "cp310", "arch": "arm64", "os-version": "13"}
121123
- {"os": "macos", "py": "cp311", "arch": "arm64", "os-version": "13"}
@@ -136,7 +138,7 @@ jobs:
136138
- {"os": "windows", "py": "cp311", "arch": "AMD64"}
137139
- {"os": "windows", "py": "cp312", "arch": "AMD64"}
138140
- {"os": "windows", "py": "cp313", "arch": "AMD64"}
139-
# [[[end]]] (checksum: 38b83d67f00c838e5e7f69f803b7536c)
141+
# [[[end]]] (checksum: 7c3758a4ca41df53d7ebcad68f12d0d0)
140142
fail-fast: false
141143

142144
steps:

0 commit comments

Comments
 (0)