mirror of
https://github.com/sigp/lighthouse.git
synced 2026-07-03 12:54:27 +00:00
Temporarily disable ARM builds
This commit is contained in:
11
.github/workflows/release.yml
vendored
11
.github/workflows/release.yml
vendored
@@ -23,22 +23,15 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build Release
|
name: Build Release
|
||||||
strategy:
|
strategy:
|
||||||
|
# FIXME(sproul): fix xdelta build for ARM
|
||||||
matrix:
|
matrix:
|
||||||
arch: [aarch64-unknown-linux-gnu,
|
arch: [x86_64-unknown-linux-gnu,
|
||||||
aarch64-unknown-linux-gnu-portable,
|
|
||||||
x86_64-unknown-linux-gnu,
|
|
||||||
x86_64-unknown-linux-gnu-portable,
|
x86_64-unknown-linux-gnu-portable,
|
||||||
x86_64-apple-darwin,
|
x86_64-apple-darwin,
|
||||||
x86_64-apple-darwin-portable,
|
x86_64-apple-darwin-portable,
|
||||||
x86_64-windows,
|
x86_64-windows,
|
||||||
x86_64-windows-portable]
|
x86_64-windows-portable]
|
||||||
include:
|
include:
|
||||||
- arch: aarch64-unknown-linux-gnu
|
|
||||||
platform: ubuntu-latest
|
|
||||||
profile: maxperf
|
|
||||||
- arch: aarch64-unknown-linux-gnu-portable
|
|
||||||
platform: ubuntu-latest
|
|
||||||
profile: maxperf
|
|
||||||
- arch: x86_64-unknown-linux-gnu
|
- arch: x86_64-unknown-linux-gnu
|
||||||
platform: ubuntu-latest
|
platform: ubuntu-latest
|
||||||
profile: maxperf
|
profile: maxperf
|
||||||
|
|||||||
Reference in New Issue
Block a user