Skip to content

Commit 8dc374e

Browse files
committed
Temporarily disable ARM builds
1 parent af5fb20 commit 8dc374e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,15 @@ jobs:
2323
build:
2424
name: Build Release
2525
strategy:
26+
# FIXME(sproul): fix xdelta build for ARM
2627
matrix:
27-
arch: [aarch64-unknown-linux-gnu,
28-
aarch64-unknown-linux-gnu-portable,
29-
x86_64-unknown-linux-gnu,
28+
arch: [x86_64-unknown-linux-gnu,
3029
x86_64-unknown-linux-gnu-portable,
3130
x86_64-apple-darwin,
3231
x86_64-apple-darwin-portable,
3332
x86_64-windows,
3433
x86_64-windows-portable]
3534
include:
36-
- arch: aarch64-unknown-linux-gnu
37-
platform: ubuntu-latest
38-
profile: maxperf
39-
- arch: aarch64-unknown-linux-gnu-portable
40-
platform: ubuntu-latest
41-
profile: maxperf
4235
- arch: x86_64-unknown-linux-gnu
4336
platform: ubuntu-latest
4437
profile: maxperf

0 commit comments

Comments
 (0)