Skip to content

Commit 177f8fa

Browse files
chore(ci): CG-10671 add arch64 wheel build (#300)
1 parent 19838ff commit 177f8fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,11 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-latest, macos-latest]
24+
os: [
25+
ubuntu-latest,
26+
ubuntu-24.04-arm,
27+
macos-latest,
28+
]
2529

2630
steps:
2731
- name: Dump GitHub context

0 commit comments

Comments
 (0)