mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: use yaml lists instead of objects in release.yml (#8182)
This commit is contained in:
49
.github/workflows/release.yml
vendored
49
.github/workflows/release.yml
vendored
@ -31,34 +31,27 @@ jobs:
|
||||
needs: extract-version
|
||||
strategy:
|
||||
matrix:
|
||||
configs: [
|
||||
{
|
||||
target: x86_64-unknown-linux-gnu
|
||||
os: ubuntu-20.04
|
||||
profile: maxperf
|
||||
},
|
||||
{
|
||||
target: aarch64-unknown-linux-gnu
|
||||
os: ubuntu-20.04
|
||||
profile: maxperf
|
||||
},
|
||||
{
|
||||
target: x86_64-apple-darwin
|
||||
os: macos-13
|
||||
profile: maxperf
|
||||
},
|
||||
{
|
||||
target: aarch64-apple-darwin
|
||||
os: macos-14
|
||||
profile: maxperf
|
||||
},
|
||||
{
|
||||
target: x86_64-pc-windows-gnu
|
||||
os: ubuntu-20.04
|
||||
profile: maxperf
|
||||
},
|
||||
]
|
||||
build: [{command: build, binary: reth}, {command: op-build, binary: op-reth}]
|
||||
configs:
|
||||
- target: x86_64-unknown-linux-gnu
|
||||
os: ubuntu-20.04
|
||||
profile: maxperf
|
||||
- target: aarch64-unknown-linux-gnu
|
||||
os: ubuntu-20.04
|
||||
profile: maxperf
|
||||
- target: x86_64-apple-darwin
|
||||
os: macos-13
|
||||
profile: maxperf
|
||||
- target: aarch64-apple-darwin
|
||||
os: macos-14
|
||||
profile: maxperf
|
||||
- target: x86_64-pc-windows-gnu
|
||||
os: ubuntu-20.04
|
||||
profile: maxperf
|
||||
build:
|
||||
- command: build
|
||||
binary: reth
|
||||
- command: op-build
|
||||
binary: op-reth
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
Reference in New Issue
Block a user