Skip to content

Commit 8147247

Browse files
committed
chore(ci): Publish - use exclude for darwnin-aarch64
1 parent b2824f6 commit 8147247

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,11 @@ jobs:
179179
tar_executable: gtar
180180
exclude:
181181
# Disable python builds for aarch64 (not ready)
182-
- target: "aarch64-unknown-linux-gnu"
182+
- target: "aarch64-apple-darwin"
183183
python-version: "3.9"
184-
- target: "aarch64-unknown-linux-gnu"
184+
- target: "aarch64-apple-darwin"
185185
python-version: "3.10"
186-
- target: "aarch64-unknown-linux-gnu"
186+
- target: "aarch64-apple-darwin"
187187
python-version: "3.11"
188188
fail-fast: false
189189

0 commit comments

Comments
 (0)