Skip to content

Commit 8c0b05f

Browse files
ci: remove aarch64 build for now (#1473)
1 parent ea2fd43 commit 8c0b05f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-client.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
matrix:
4848
target:
4949
- x86_64-unknown-linux-gnu
50-
- aarch64-unknown-linux-gnu
50+
# - aarch64-unknown-linux-gnu
5151

5252
steps:
5353
- name: Checkout the source code
@@ -240,7 +240,8 @@ jobs:
240240
strategy:
241241
matrix:
242242
os: ["ubuntu", "macOS"]
243-
arch: ["x86_64", "aarch64"]
243+
# arch: ["x86_64", "aarch64"]
244+
arch: ["x86_64"]
244245
exclude:
245246
- os: macOS
246247
arch: aarch64

0 commit comments

Comments
 (0)